Html Css Color HEX #AB7A17 Hacienda

📋 copy color: '#AB7A17'

red 171 ◦ green 122 ◦ blue 23

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

Shades of Hacienda #AB7A17

Tints of Hacienda #AB7A17

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 23 (9.38% from 255) = 7.28%

R = 54.11%
G = 38.61%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB7A17 (or 0xAB7A17) is known color: Hacienda. HEX triplet: AB, 7A and 17. RGB value is (171,122,23). Sum of RGB (Red+Green+Blue) = 171+122+23=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A17 is #5485E8. Grayscale: #7D7D7D. Windows color (decimal): -5539305 or 1538731. OLE color: 1538731.

HSL color Cylindrical-coordinate representation of color #AB7A17: hue angle of 40.14º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB7A17 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 122 23 -
CMYK 0 0.29 0.87 0.33
HSL 40.14º 0.76% 0.38% -
HSV(B) 40.14º 0.87% 0.67% -
XYZ 23.91 22.64 3.92 -
YUV 125.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 171 122 23 0 0.29 0.87 0.33 40.14 0.76 0.38
Hex AB 7A 17 0 1D 57 21 28 4C 26
Octal 253 172 27 0 35 127 41 50 114 46
Binary 10101011 1111010 10111 0 11101 1010111 100001 101000 1001100 100110

Color Harmonies of #AB7A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A17

Black with #AB7A17

Text Example


Text Example

White with #AB7A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A17; }

 p { color: rgb(171,122,23); }

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

background-color css

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

 a { background-color: rgb(171,122,23); }

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

border-color css

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

 span { border-color: rgb(171,122,23); }

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