#A57E29

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

Shades of Hacienda #A57E29

Tints of Hacienda #A57E29

Color information

#A57E29 (or 0xA57E29) is unknown color: approx Hacienda. HEX triplet: A5, 7E and 29. RGB value is (165,126,41). Sum of RGB (Red+Green+Blue) = 165+126+41=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57E29 is #5A81D6. Grayscale: #808080. Windows color (decimal): -5931479 or 2719397. OLE color: 2719397.

HSL color Cylindrical-coordinate representation of color #A57E29: hue angle of 41.13º 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 #A57E29 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16512641-
CMYK00.240.750.35
HSL41.13º60.19%40.39%-
HSV(B)41.13º75.15%64.71%-
XYZ23.3823.085.32-
YUV127.9778.92154.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 41 (16.41% from 255) = 12.35%
R=49.70%
G=37.95%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651264100.240.750.3541.1360.1940.39
HexA57E290184B23293c28
Octal2451765103011343517450
Binary1010010111111101010010110001001011100011101001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E29; }

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

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

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

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

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

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

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

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