#A18202

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

Shades of Dark Goldenrod #A18202

Tints of Dark Goldenrod #A18202

Color information

#A18202 (or 0xA18202) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 82 and 02. RGB value is (161,130,2). Sum of RGB (Red+Green+Blue) = 161+130+2=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A18202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18202 is #5E7DFD. Grayscale: #7D7D7D. Windows color (decimal): -6192638 or 164513. OLE color: 164513.

HSL color Cylindrical-coordinate representation of color #A18202: hue angle of 48.3º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A18202 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1611302-
CMYK00.190.990.37
HSL48.3º97.55%31.96%-
HSV(B)48.3º98.76%63.14%-
XYZ22.6923.553.41-
YUV124.6858.77153.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.95%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=54.95%
G=44.37%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161130200.190.990.3748.397.5531.96
HexA18220136325306220
Octal2412022023143456014240
Binary10100001100000101001001111000111001011100001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18202; }

 p { color: rgb(161,130,2); }

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

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

 a { background-color: rgb(161,130,2); }

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

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

 span { border-color: rgb(161,130,2); }

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