#A57F29

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

Shades of Hacienda #A57F29

Tints of Hacienda #A57F29

Color information

#A57F29 (or 0xA57F29) is unknown color: approx Hacienda. HEX triplet: A5, 7F and 29. RGB value is (165,127,41). Sum of RGB (Red+Green+Blue) = 165+127+41=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57F29 is #5A80D6. Grayscale: #808080. Windows color (decimal): -5931223 or 2719653. OLE color: 2719653.

HSL color Cylindrical-coordinate representation of color #A57F29: hue angle of 41.61º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A57F29 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16512741-
CMYK00.230.750.35
HSL41.61º60.19%40.39%-
HSV(B)41.61º75.15%64.71%-
XYZ23.5123.345.36-
YUV128.5678.59153.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 41 (16.41% from 255) = 12.31%
R=49.55%
G=38.14%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651274100.230.750.3541.6160.1940.39
HexA57F290174B232a3c28
Octal2451775102711343527450
Binary1010010111111111010010101111001011100011101010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F29; }

 p { color: rgb(165,127,41); }

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

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

 a { background-color: rgb(165,127,41); }

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

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

 span { border-color: rgb(165,127,41); }

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