#A57A18

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

Shades of Hacienda #A57A18

Tints of Hacienda #A57A18

Color information

#A57A18 (or 0xA57A18) is unknown color: approx Hacienda. HEX triplet: A5, 7A and 18. RGB value is (165,122,24). Sum of RGB (Red+Green+Blue) = 165+122+24=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57A18 is #5A85E7. Grayscale: #7C7C7C. Windows color (decimal): -5932520 or 1604261. OLE color: 1604261.

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

Color convert

RGB16512224-
CMYK00.260.850.35
HSL41.7º74.6%37.06%-
HSV(B)41.7º85.45%64.71%-
XYZ22.6421.983.91-
YUV123.6871.75157.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 24 (9.77% from 255) = 7.72%
R=53.05%
G=39.23%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651222400.260.850.3541.774.637.06
HexA57A1801A55232a4b25
Octal24517230032125435211345
Binary1010010111110101100001101010101011000111010101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A18; }

 p { color: rgb(165,122,24); }

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

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

 a { background-color: rgb(165,122,24); }

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

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

 span { border-color: rgb(165,122,24); }

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