#A58B00

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

Shades of Dark Goldenrod #A58B00

Tints of Dark Goldenrod #A58B00

Color information

#A58B00 (or 0xA58B00) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 8B and 00. RGB value is (165,139,0). Sum of RGB (Red+Green+Blue) = 165+139+0=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58B00 is #5A74FF. Grayscale: #838383. Windows color (decimal): -5928192 or 35749. OLE color: 35749.

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

Color convert

RGB1651390-
CMYK00.1610.35
HSL50.55º100%32.35%-
HSV(B)50.55º100%64.71%-
XYZ24.7526.463.8-
YUV130.9354.11152.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.28%
GREEN value IS 139 (54.69% from 255) = 45.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.28%
G=45.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165139000.1610.3550.5510032.35
HexA58B00106423336420
Octal2452130020144436314440
Binary1010010110001011001000011001001000111100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B00; }

 p { color: rgb(165,139,0); }

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

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

 a { background-color: rgb(165,139,0); }

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

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

 span { border-color: rgb(165,139,0); }

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