Html Css Color HEX #AB7616 Hacienda

📋 copy color: '#AB7616'

red 171 ◦ green 118 ◦ blue 22

#AB7616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #AB7616

Tints of Hacienda #AB7616

RGB

 RED value IS 171 (67.19% from 255) = 54.98%

 GREEN value IS 118 (46.48% from 255) = 37.94%

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 54.98%
G = 37.94%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB7616 (or 0xAB7616) is known color: Hacienda. HEX triplet: AB, 76 and 16. RGB value is (171,118,22). Sum of RGB (Red+Green+Blue) = 171+118+22=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7616 is #5489E9. Grayscale: #7B7B7B. Windows color (decimal): -5540330 or 1472171. OLE color: 1472171.

HSL color Cylindrical-coordinate representation of color #AB7616: hue angle of 38.66º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB7616 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 22 -
CMYK 0 0.31 0.87 0.33
HSL 38.66º 0.77% 0.38% -
HSV(B) 38.66º 0.87% 0.67% -
XYZ 23.42 21.67 3.71 -
YUV 122.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 171 118 22 0 0.31 0.87 0.33 38.66 0.77 0.38
Hex AB 76 16 0 1F 57 21 27 4D 26
Octal 253 166 26 0 37 127 41 47 115 46
Binary 10101011 1110110 10110 0 11111 1010111 100001 100111 1001101 100110

Color Harmonies of #AB7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7616

Black with #AB7616

Text Example


Text Example

White with #AB7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7616; }

 p { color: rgb(171,118,22); }

 H1.HeaderClassName
 {
   color: #AB7616;
 }
 .AnyTagClassName
 {
   color: #AB7616;
 }
</style>

background-color css

<style>
 a { background-color: #AB7616; }

 a { background-color: rgb(171,118,22); }

 div.DivClassName
 {
   background-color: #AB7616;
 }
 .BgClassName
 {
   background-color: #AB7616;
 }
</style>

border-color css

<style>
 span { border-color: #AB7616; }

 span { border-color: rgb(171,118,22); }

 td.TdClassName
 {
   border-color: #AB7616;
 }
 .TagClassName
 {
   border-color: #AB7616;
 }
</style>