Html Css Color HEX #AB7918 Hacienda

📋 copy color: '#AB7918'

red 171 ◦ green 121 ◦ blue 24

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

Shades of Hacienda #AB7918

Tints of Hacienda #AB7918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.29%

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 54.11%
G = 38.29%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB7918 (or 0xAB7918) is known color: Hacienda. HEX triplet: AB, 79 and 18. RGB value is (171,121,24). Sum of RGB (Red+Green+Blue) = 171+121+24=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7918 is #5486E7. Grayscale: #7D7D7D. Windows color (decimal): -5539560 or 1604011. OLE color: 1604011.

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

Color convert

RGB 171 121 24 -
CMYK 0 0.29 0.86 0.33
HSL 39.59º 0.75% 0.38% -
HSV(B) 39.59º 0.86% 0.67% -
XYZ 23.8 22.4 3.93 -
YUV 124.89 71.07 160.89 -
System Red Green Blue C M Y K H S L
Decimal 171 121 24 0 0.29 0.86 0.33 39.59 0.75 0.38
Hex AB 79 18 0 1D 56 21 28 4B 26
Octal 253 171 30 0 35 126 41 50 113 46
Binary 10101011 1111001 11000 0 11101 1010110 100001 101000 1001011 100110

Color Harmonies of #AB7918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7918

Black with #AB7918

Text Example


Text Example

White with #AB7918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7918; }

 p { color: rgb(171,121,24); }

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

background-color css

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

 a { background-color: rgb(171,121,24); }

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

border-color css

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

 span { border-color: rgb(171,121,24); }

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