#AB7D17

Color #AB7D17 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #AB7D17

Tints of Hacienda #AB7D17

Color information

#AB7D17 (or 0xAB7D17) is unknown color: approx 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

RGB17112523-
CMYK00.270.870.33
HSL41.35º76.29%38.04%-
HSV(B)41.35º86.55%67.06%-
XYZ24.2823.394.04-
YUV127.1369.24159.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711252300.270.870.3341.3576.2938.04
HexAB7D1701B5721294c26
Octal25317527033127415111446
Binary1010101111111011011101101110101111000011010011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>