#A58302

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

Shades of Dark Goldenrod #A58302

Tints of Dark Goldenrod #A58302

Color information

#A58302 (or 0xA58302) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 83 and 02. RGB value is (165,131,2). Sum of RGB (Red+Green+Blue) = 165+131+2=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A58302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58302 is #5A7CFD. Grayscale: #7F7F7F. Windows color (decimal): -5930238 or 164773. OLE color: 164773.

HSL color Cylindrical-coordinate representation of color #A58302: hue angle of 47.48º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A58302 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1651312-
CMYK00.210.990.35
HSL47.48º97.6%32.75%-
HSV(B)47.48º98.79%64.71%-
XYZ23.6424.243.49-
YUV126.4657.76155.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 131 (51.56% from 255) = 43.96%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=55.37%
G=43.96%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165131200.210.990.3547.4897.632.75
HexA583201563232f6221
Octal2452032025143435714241
Binary10100101100000111001010111000111000111011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58302; }

 p { color: rgb(165,131,2); }

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

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

 a { background-color: rgb(165,131,2); }

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

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

 span { border-color: rgb(165,131,2); }

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