Html Css Color HEX #AB8918 Hacienda

📋 copy color: '#AB8918'

red 171 ◦ green 137 ◦ blue 24

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

Shades of Hacienda #AB8918

Tints of Hacienda #AB8918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

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

R = 51.51%
G = 41.27%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB8918 (or 0xAB8918) is known color: Hacienda. HEX triplet: AB, 89 and 18. RGB value is (171,137,24). Sum of RGB (Red+Green+Blue) = 171+137+24=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8918 is #5476E7. Grayscale: #868686. Windows color (decimal): -5535464 or 1608107. OLE color: 1608107.

HSL color Cylindrical-coordinate representation of color #AB8918: hue angle of 46.12º 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 #AB8918 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 24 -
CMYK 0 0.20 0.86 0.33
HSL 46.12º 0.75% 0.38% -
HSV(B) 46.12º 0.86% 0.67% -
XYZ 25.91 26.62 4.64 -
YUV 134.28 65.76 154.19 -
System Red Green Blue C M Y K H S L
Decimal 171 137 24 0 0.20 0.86 0.33 46.12 0.75 0.38
Hex AB 89 18 0 14 56 21 2E 4B 26
Octal 253 211 30 0 24 126 41 56 113 46
Binary 10101011 10001001 11000 0 10100 1010110 100001 101110 1001011 100110

Color Harmonies of #AB8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8918

Black with #AB8918

Text Example


Text Example

White with #AB8918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8918; }

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

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

background-color css

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

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

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

border-color css

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

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

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