Html Css Color HEX #AB7718 Hacienda

📋 copy color: '#AB7718'

red 171 ◦ green 119 ◦ blue 24

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

Shades of Hacienda #AB7718

Tints of Hacienda #AB7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 54.46%
G = 37.9%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB7718 (or 0xAB7718) is known color: Hacienda. HEX triplet: AB, 77 and 18. RGB value is (171,119,24). Sum of RGB (Red+Green+Blue) = 171+119+24=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7718 is #5488E7. Grayscale: #7C7C7C. Windows color (decimal): -5540072 or 1603499. OLE color: 1603499.

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

Color convert

RGB 171 119 24 -
CMYK 0 0.30 0.86 0.33
HSL 38.78º 0.75% 0.38% -
HSV(B) 38.78º 0.86% 0.67% -
XYZ 23.56 21.92 3.85 -
YUV 123.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 171 119 24 0 0.30 0.86 0.33 38.78 0.75 0.38
Hex AB 77 18 0 1E 56 21 27 4B 26
Octal 253 167 30 0 36 126 41 47 113 46
Binary 10101011 1110111 11000 0 11110 1010110 100001 100111 1001011 100110

Color Harmonies of #AB7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7718

Black with #AB7718

Text Example


Text Example

White with #AB7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7718; }

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

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

background-color css

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

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

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

border-color css

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

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

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