Html Css Color HEX #AB7D18 Hacienda

📋 copy color: '#AB7D18'

red 171 ◦ green 125 ◦ blue 24

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

Shades of Hacienda #AB7D18

Tints of Hacienda #AB7D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.06%

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

R = 53.44%
G = 39.06%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB7D18 (or 0xAB7D18) is known color: Hacienda. HEX triplet: AB, 7D and 18. RGB value is (171,125,24). Sum of RGB (Red+Green+Blue) = 171+125+24=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D18 is #5482E7. Grayscale: #7F7F7F. Windows color (decimal): -5538536 or 1605035. OLE color: 1605035.

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

Color convert

RGB 171 125 24 -
CMYK 0 0.27 0.86 0.33
HSL 41.22º 0.75% 0.38% -
HSV(B) 41.22º 0.86% 0.67% -
XYZ 24.29 23.39 4.1 -
YUV 127.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 171 125 24 0 0.27 0.86 0.33 41.22 0.75 0.38
Hex AB 7D 18 0 1B 56 21 29 4B 26
Octal 253 175 30 0 33 126 41 51 113 46
Binary 10101011 1111101 11000 0 11011 1010110 100001 101001 1001011 100110

Color Harmonies of #AB7D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D18

Black with #AB7D18

Text Example


Text Example

White with #AB7D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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