Color Hex Logo

#ab7722 Color Hex

#AB7722
(171,119,34)
0 Favorites   0 Comments

Color spaces of #ab7722

RGB 17111934
HSL0.100.670.40
HSV37°80°67°
CMYK 0.000.300.80   0.33
XYZ23.680121.96714.5054
Yxy21.96710.47220.4380
Hunter Lab46.86918.164327.1090
CIE-Lab53.992112.929151.5002

#ab7722 color RGB value is (171,119,34).

#ab7722 hex color red value is 171, green value is 119 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ab7722 hue: 0.10 , saturation: 0.67 and the lightness value of ab7722 is 0.40.

The process color (four color CMYK) of #ab7722 color hex is 0.00, 0.30, 0.80, 0.33. Web safe color of #ab7722 is #996633. Color #ab7722 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 00100010
Octal 253 167 42
Decimal 171 119 34
Hex AB 77 22

RGB Percentages of Color #ab7722

%52.78
%36.73
%10.49

CMYK Percentages of Color #ab7722

%0
%30
%80
%33

Triadic Colors of #ab7722

#ab7722 #22ab77 #7722ab

Analogous Colors of #ab7722

#ab7722 #9bab22 #ab3322

Monochromatic Colors of #ab7722

#ab7722

Complementary Color

#ab7722 #2256ab

#ab7722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7722 Color CSS Codes

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

#ab7722 Text Font Color

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

This sample text font color is #ab7722
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.


#ab7722 Background Color

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

This div background color is #ab7722


#ab7722 Border Color

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

This div border color is #ab7722


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7722


Comments

No comments written yet.

Please login to write comment.