Html Css Color HEX #AB8718 Hacienda

📋 copy color: '#AB8718'

red 171 ◦ green 135 ◦ blue 24

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

Shades of Hacienda #AB8718

Tints of Hacienda #AB8718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 51.82%
G = 40.91%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB8718 (or 0xAB8718) is known color: Hacienda. HEX triplet: AB, 87 and 18. RGB value is (171,135,24). Sum of RGB (Red+Green+Blue) = 171+135+24=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8718 is #5478E7. Grayscale: #858585. Windows color (decimal): -5535976 or 1607595. OLE color: 1607595.

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

Color convert

RGB 171 135 24 -
CMYK 0 0.21 0.86 0.33
HSL 45.31º 0.75% 0.38% -
HSV(B) 45.31º 0.86% 0.67% -
XYZ 25.62 26.05 4.54 -
YUV 133.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 171 135 24 0 0.21 0.86 0.33 45.31 0.75 0.38
Hex AB 87 18 0 15 56 21 2D 4B 26
Octal 253 207 30 0 25 126 41 55 113 46
Binary 10101011 10000111 11000 0 10101 1010110 100001 101101 1001011 100110

Color Harmonies of #AB8718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8718

Black with #AB8718

Text Example


Text Example

White with #AB8718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8718; }

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

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

background-color css

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

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

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

border-color css

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

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

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