Html Css Color HEX #AB7D17 Hacienda

📋 copy color: '#AB7D17'

red 171 ◦ green 125 ◦ blue 23

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

Shades of Hacienda #AB7D17

Tints of Hacienda #AB7D17

RGB

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

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

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

R = 53.61%
G = 39.18%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB7D17 (or 0xAB7D17) is known color: Hacienda. HEX triplet: AB, 7D and 17. RGB value is (171,125,23). Sum of RGB (Red+Green+Blue) = 171+125+23=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D17 is #5482E8. Grayscale: #7F7F7F. Windows color (decimal): -5538537 or 1539499. OLE color: 1539499.

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

Color convert

RGB 171 125 23 -
CMYK 0 0.27 0.87 0.33
HSL 41.35º 0.76% 0.38% -
HSV(B) 41.35º 0.87% 0.67% -
XYZ 24.28 23.39 4.04 -
YUV 127.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 171 125 23 0 0.27 0.87 0.33 41.35 0.76 0.38
Hex AB 7D 17 0 1B 57 21 29 4C 26
Octal 253 175 27 0 33 127 41 51 114 46
Binary 10101011 1111101 10111 0 11011 1010111 100001 101001 1001100 100110

Color Harmonies of #AB7D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D17

Black with #AB7D17

Text Example


Text Example

White with #AB7D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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