#A57F2A

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

Shades of Hacienda #A57F2A

Tints of Hacienda #A57F2A

Color information

#A57F2A (or 0xA57F2A) is unknown color: approx Hacienda. HEX triplet: A5, 7F and 2A. RGB value is (165,127,42). Sum of RGB (Red+Green+Blue) = 165+127+42=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57F2A is #5A80D5. Grayscale: #818181. Windows color (decimal): -5931222 or 2785189. OLE color: 2785189.

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

Color convert

RGB16512742-
CMYK00.230.750.35
HSL41.46º59.42%40.59%-
HSV(B)41.46º74.55%64.71%-
XYZ23.5223.355.46-
YUV128.6779.09153.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 42 (16.80% from 255) = 12.57%
R=49.40%
G=38.02%
B=12.57%

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
Decimal1651274200.230.750.3541.4659.4240.59
HexA57F2A0174B23293b29
Octal2451775202711343517351
Binary1010010111111111010100101111001011100011101001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F2A; }

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

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

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

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

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

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

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

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