#a58715

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

Shades of Hacienda #A58715

Tints of Hacienda #A58715

Color information

#A58715 (or 0xA58715) is unknown color: approx Hacienda. HEX triplet: A5, 87 and 15. RGB value is (165,135,21). Sum of RGB (Red+Green+Blue) = 165+135+21=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A58715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58715 is #5A78EA. Grayscale: #838383. Windows color (decimal): -5929195 or 1410981. OLE color: 1410981.

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

Color convert

RGB16513521-
CMYK00.180.870.35
HSL47.5º77.42%36.47%-
HSV(B)47.5º87.27%64.71%-
XYZ24.3225.384.33-
YUV130.9765.94152.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=51.40%
G=42.06%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651352100.180.870.3547.577.4236.47
HexA587150125723304d24
Octal24520725022127436011544
Binary10100101100001111010101001010101111000111100001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58715; }

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

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

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

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

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

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

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

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