#A17B29

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

Shades of Hacienda #A17B29

Tints of Hacienda #A17B29

Color information

#A17B29 (or 0xA17B29) is unknown color: approx Hacienda. HEX triplet: A1, 7B and 29. RGB value is (161,123,41). Sum of RGB (Red+Green+Blue) = 161+123+41=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17B29 is #5E84D6. Grayscale: #7D7D7D. Windows color (decimal): -6194391 or 2718625. OLE color: 2718625.

HSL color Cylindrical-coordinate representation of color #A17B29: hue angle of 41º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A17B29 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB16112341-
CMYK00.240.750.37
HSL41º59.41%39.61%-
HSV(B)41º74.53%63.14%-
XYZ22.1821.95.16-
YUV125.0180.59153.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 41 (16.41% from 255) = 12.62%
R=49.54%
G=37.85%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611234100.240.750.374159.4139.61
HexA17B290184B25293b28
Octal2411735103011345517350
Binary1010000111110111010010110001001011100101101001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17B29; }

 p { color: rgb(161,123,41); }

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

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

 a { background-color: rgb(161,123,41); }

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

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

 span { border-color: rgb(161,123,41); }

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