#A58927

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

Shades of Hacienda #A58927

Tints of Hacienda #A58927

Color information

#A58927 (or 0xA58927) is unknown color: approx Hacienda. HEX triplet: A5, 89 and 27. RGB value is (165,137,39). Sum of RGB (Red+Green+Blue) = 165+137+39=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A58927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58927 is #5A76D8. Grayscale: #868686. Windows color (decimal): -5928665 or 2591141. OLE color: 2591141.

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

Color convert

RGB16513739-
CMYK00.170.760.35
HSL46.67º61.76%40%-
HSV(B)46.67º76.36%64.71%-
XYZ24.8326.045.64-
YUV134.274.28149.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 39 (15.62% from 255) = 11.44%
R=48.39%
G=40.18%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651373900.170.760.3546.6761.7640
HexA589270114C232f3e28
Octal2452114702111443577650
Binary10100101100010011001110100011001100100011101111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58927; }

 p { color: rgb(165,137,39); }

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

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

 a { background-color: rgb(165,137,39); }

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

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

 span { border-color: rgb(165,137,39); }

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