#a57e15

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

Shades of Hacienda #A57E15

Tints of Hacienda #A57E15

Color information

#A57E15 (or 0xA57E15) is unknown color: approx Hacienda. HEX triplet: A5, 7E and 15. RGB value is (165,126,21). Sum of RGB (Red+Green+Blue) = 165+126+21=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57E15 is #5A81EA. Grayscale: #7E7E7E. Windows color (decimal): -5931499 or 1408677. OLE color: 1408677.

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

Color convert

RGB16512621-
CMYK00.240.870.35
HSL43.75º77.42%36.47%-
HSV(B)43.75º87.27%64.71%-
XYZ23.1122.983.93-
YUV125.6968.92156.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 21 (8.59% from 255) = 6.73%
R=52.88%
G=40.38%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651262100.240.870.3543.7577.4236.47
HexA57E1501857232c4d24
Octal24517625030127435411544
Binary1010010111111101010101100010101111000111011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57e15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57e15; }

 p { color: rgb(165,126,21); }

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

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

 a { background-color: rgb(165,126,21); }

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

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

 span { border-color: rgb(165,126,21); }

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