#A58509

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

Shades of Dark Goldenrod #A58509

Tints of Dark Goldenrod #A58509

Color information

#A58509 (or 0xA58509) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 85 and 09. RGB value is (165,133,9). Sum of RGB (Red+Green+Blue) = 165+133+9=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A58509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58509 is #5A7AF6. Grayscale: #808080. Windows color (decimal): -5929719 or 624037. OLE color: 624037.

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

Color convert

RGB1651339-
CMYK00.190.950.35
HSL47.69º89.66%34.12%-
HSV(B)47.69º94.55%64.71%-
XYZ23.9524.793.78-
YUV128.4360.6154.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 9 (3.91% from 255) = 2.93%
R=53.75%
G=43.32%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165133900.190.950.3547.6989.6634.12
HexA58590135F23305a22
Octal24520511023137436013242
Binary1010010110000101100101001110111111000111100001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58509; }

 p { color: rgb(165,133,9); }

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

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

 a { background-color: rgb(165,133,9); }

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

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

 span { border-color: rgb(165,133,9); }

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