#A58A0A

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

Shades of Dark Goldenrod #A58A0A

Tints of Dark Goldenrod #A58A0A

Color information

#A58A0A (or 0xA58A0A) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 8A and 0A. RGB value is (165,138,10). Sum of RGB (Red+Green+Blue) = 165+138+10=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58A0A is #5A75F5. Grayscale: #848484. Windows color (decimal): -5928438 or 690853. OLE color: 690853.

HSL color Cylindrical-coordinate representation of color #A58A0A: hue angle of 49.55º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A58A0A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB16513810-
CMYK00.160.940.35
HSL49.55º88.57%34.31%-
HSV(B)49.55º93.94%64.71%-
XYZ24.6626.24.04-
YUV131.4859.45151.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 10 (4.30% from 255) = 3.19%
R=52.72%
G=44.09%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651381000.160.940.3549.5588.5734.31
HexA58AA0105E23325922
Octal24521212020136436213142
Binary1010010110001010101001000010111101000111100101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58A0A; }

 p { color: rgb(165,138,10); }

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

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

 a { background-color: rgb(165,138,10); }

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

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

 span { border-color: rgb(165,138,10); }

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