#a57c16

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

Shades of Hacienda #A57C16

Tints of Hacienda #A57C16

Color information

#A57C16 (or 0xA57C16) is unknown color: approx Hacienda. HEX triplet: A5, 7C and 16. RGB value is (165,124,22). Sum of RGB (Red+Green+Blue) = 165+124+22=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57C16 is #5A83E9. Grayscale: #7D7D7D. Windows color (decimal): -5932010 or 1473701. OLE color: 1473701.

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

Color convert

RGB16512422-
CMYK00.250.870.35
HSL42.8º76.47%36.67%-
HSV(B)42.8º86.67%64.71%-
XYZ22.8722.473.89-
YUV124.6370.08156.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 22 (8.98% from 255) = 7.07%
R=53.05%
G=39.87%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651242200.250.870.3542.876.4736.67
HexA57C1601957232b4c25
Octal24517426031127435311445
Binary1010010111111001011001100110101111000111010111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57c16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57c16; }

 p { color: rgb(165,124,22); }

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

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

 a { background-color: rgb(165,124,22); }

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

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

 span { border-color: rgb(165,124,22); }

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