#A57C14

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

Shades of Hacienda #A57C14

Tints of Hacienda #A57C14

Color information

#A57C14 (or 0xA57C14) is unknown color: approx Hacienda. HEX triplet: A5, 7C and 14. RGB value is (165,124,20). Sum of RGB (Red+Green+Blue) = 165+124+20=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57C14 is #5A83EB. Grayscale: #7C7C7C. Windows color (decimal): -5932012 or 1342629. OLE color: 1342629.

HSL color Cylindrical-coordinate representation of color #A57C14: hue angle of 43.03º 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 #A57C14 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB16512420-
CMYK00.250.880.35
HSL43.03º78.38%36.27%-
HSV(B)43.03º87.88%64.71%-
XYZ22.8522.473.79-
YUV124.469.08156.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 20 (8.20% from 255) = 6.47%
R=53.40%
G=40.13%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651242000.250.880.3543.0378.3836.27
HexA57C1401958232b4e24
Octal24517424031130435311644
Binary1010010111111001010001100110110001000111010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C14; }

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

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

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

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

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

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

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

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