#AB7B17

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

Shades of Hacienda #AB7B17

Tints of Hacienda #AB7B17

Color information

#AB7B17 (or 0xAB7B17) is unknown color: approx Hacienda. HEX triplet: AB, 7B and 17. RGB value is (171,123,23). Sum of RGB (Red+Green+Blue) = 171+123+23=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B17 is #5484E8. Grayscale: #7E7E7E. Windows color (decimal): -5539049 or 1538987. OLE color: 1538987.

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

Color convert

RGB17112323-
CMYK00.280.870.33
HSL40.54º76.29%38.04%-
HSV(B)40.54º86.55%67.06%-
XYZ24.0322.893.96-
YUV125.9569.9160.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 23 (9.38% from 255) = 7.26%
R=53.94%
G=38.80%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711232300.280.870.3340.5476.2938.04
HexAB7B1701C5721294c26
Octal25317327034127415111446
Binary1010101111110111011101110010101111000011010011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B17; }

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

 H1.HeaderClassName
 {
   color: #AB7B17;
 }
 .AnyTagClassName
 {
   color: #AB7B17;
 }
</style>
background-color css

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

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

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

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

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

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