#a57d18

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

Shades of Hacienda #A57D18

Tints of Hacienda #A57D18

Color information

#A57D18 (or 0xA57D18) is unknown color: approx Hacienda. HEX triplet: A5, 7D and 18. RGB value is (165,125,24). Sum of RGB (Red+Green+Blue) = 165+125+24=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57D18 is #5A82E7. Grayscale: #7D7D7D. Windows color (decimal): -5931752 or 1605029. OLE color: 1605029.

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

Color convert

RGB16512524-
CMYK00.240.850.35
HSL42.98º74.6%37.06%-
HSV(B)42.98º85.45%64.71%-
XYZ23.0222.734.04-
YUV125.4570.75156.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 24 (9.77% from 255) = 7.64%
R=52.55%
G=39.81%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651252400.240.850.3542.9874.637.06
HexA57D1801855232b4b25
Octal24517530030125435311345
Binary1010010111111011100001100010101011000111010111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57d18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57d18; }

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

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

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

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

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

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

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

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