Color Hex Logo

#ab9b46 Color Hex

#AB9B46
(171,155,70)
0 Favorites   0 Comments

Color spaces of #ab9b46

RGB 17115570
HSL0.140.420.47
HSV50°59°67°
CMYK 0.000.090.59   0.33
XYZ29.621432.542810.5145
Yxy32.54280.40760.4478
Hunter Lab57.0463-7.144529.0044
CIE-Lab63.7890-4.923845.8102

#ab9b46 color RGB value is (171,155,70).

#ab9b46 hex color red value is 171, green value is 155 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ab9b46 hue: 0.14 , saturation: 0.42 and the lightness value of ab9b46 is 0.47.

The process color (four color CMYK) of #ab9b46 color hex is 0.00, 0.09, 0.59, 0.33. Web safe color of #ab9b46 is #999933. Color #ab9b46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011011 01000110
Octal 253 233 106
Decimal 171 155 70
Hex AB 9B 46

RGB Percentages of Color #ab9b46

%43.18
%39.14
%17.68

CMYK Percentages of Color #ab9b46

%0
%9
%59
%33

Triadic Colors of #ab9b46

#ab9b46 #46ab9b #9b46ab

Analogous Colors of #ab9b46

#ab9b46 #89ab46 #ab6946

Monochromatic Colors of #ab9b46

#ab9b46

Complementary Color

#ab9b46 #4656ab

#ab9b46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9b46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9b46 Color CSS Codes

.mybgcolor {background-color:#ab9b46; } 
.myforecolor {color:#ab9b46; }
.mybordercolor {border:3px solid #ab9b46; }

#ab9b46 Text Font Color

<p style="color:#ab9b46">Text here</p>

This sample text font color is #ab9b46
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ab9b46 Background Color

<div style="background-color:#ab9b46">
Div content here</div>

This div background color is #ab9b46


#ab9b46 Border Color

<div style="border:3px solid #ab9b46">
Div here</div>

This div border color is #ab9b46


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,155,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab9b46; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab9b46;
  -webkit-box-shadow: 1px 1px 3px 2px #ab9b46;
  box-shadow:         1px 1px 3px 2px #ab9b46; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,155,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab9b46">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ab9b46;
  -webkit-box-shadow: 1px 1px 3px 2px #ab9b46;
  box-shadow:         1px 1px 3px 2px #ab9b46;">
Div content here</div>

This div box has shadow with color #ab9b46


Comments

No comments written yet.

Please login to write comment.