Html Css Color HEX #AB8418 Hacienda

📋 copy color: '#AB8418'

red 171 ◦ green 132 ◦ blue 24

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

Shades of Hacienda #AB8418

Tints of Hacienda #AB8418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

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

R = 52.29%
G = 40.37%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB8418 (or 0xAB8418) is known color: Hacienda. HEX triplet: AB, 84 and 18. RGB value is (171,132,24). Sum of RGB (Red+Green+Blue) = 171+132+24=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8418 is #547BE7. Grayscale: #838383. Windows color (decimal): -5536744 or 1606827. OLE color: 1606827.

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

Color convert

RGB 171 132 24 -
CMYK 0 0.23 0.86 0.33
HSL 44.08º 0.75% 0.38% -
HSV(B) 44.08º 0.86% 0.67% -
XYZ 25.21 25.23 4.4 -
YUV 131.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 171 132 24 0 0.23 0.86 0.33 44.08 0.75 0.38
Hex AB 84 18 0 17 56 21 2C 4B 26
Octal 253 204 30 0 27 126 41 54 113 46
Binary 10101011 10000100 11000 0 10111 1010110 100001 101100 1001011 100110

Color Harmonies of #AB8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8418

Black with #AB8418

Text Example


Text Example

White with #AB8418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8418; }

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

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

background-color css

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

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

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

border-color css

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

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

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