#A57A14

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

Shades of Hacienda #A57A14

Tints of Hacienda #A57A14

Color information

#A57A14 (or 0xA57A14) is unknown color: approx Hacienda. HEX triplet: A5, 7A and 14. RGB value is (165,122,20). Sum of RGB (Red+Green+Blue) = 165+122+20=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57A14 is #5A85EB. Grayscale: #7B7B7B. Windows color (decimal): -5932524 or 1342117. OLE color: 1342117.

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

Color convert

RGB16512220-
CMYK00.260.880.35
HSL42.21º78.38%36.27%-
HSV(B)42.21º87.88%64.71%-
XYZ22.621.973.71-
YUV123.2369.75157.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=53.75%
G=39.74%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651222000.260.880.3542.2178.3836.27
HexA57A1401A58232a4e24
Octal24517224032130435211644
Binary1010010111110101010001101010110001000111010101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A14; }

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

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

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

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

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

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

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

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