#A57F24

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

Shades of Hacienda #A57F24

Tints of Hacienda #A57F24

Color information

#A57F24 (or 0xA57F24) is unknown color: approx Hacienda. HEX triplet: A5, 7F and 24. RGB value is (165,127,36). Sum of RGB (Red+Green+Blue) = 165+127+36=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57F24 is #5A80DB. Grayscale: #808080. Windows color (decimal): -5931228 or 2391973. OLE color: 2391973.

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

Color convert

RGB16512736-
CMYK00.230.780.35
HSL42.33º64.18%39.41%-
HSV(B)42.33º78.18%64.71%-
XYZ23.4223.314.93-
YUV127.9976.09154.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 36 (14.45% from 255) = 10.98%
R=50.30%
G=38.72%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651273600.230.780.3542.3364.1839.41
HexA57F240174E232a4027
Octal24517744027116435210047
Binary10100101111111110010001011110011101000111010101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F24; }

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

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

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

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

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

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

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

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