#A18306

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

Shades of Dark Goldenrod #A18306

Tints of Dark Goldenrod #A18306

Color information

#A18306 (or 0xA18306) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 83 and 06. RGB value is (161,131,6). Sum of RGB (Red+Green+Blue) = 161+131+6=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A18306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18306 is #5E7CF9. Grayscale: #7E7E7E. Windows color (decimal): -6192378 or 426913. OLE color: 426913.

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

Color convert

RGB1611316-
CMYK00.190.960.37
HSL48.39º92.81%32.75%-
HSV(B)48.39º96.27%63.14%-
XYZ22.8523.823.57-
YUV125.7260.44153.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 131 (51.56% from 255) = 43.96%
BLUE value IS 6 (2.73% from 255) = 2.01%
R=54.03%
G=43.96%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161131600.190.960.3748.3992.8132.75
HexA18360136025305d21
Octal2412036023140456013541
Binary101000011000001111001001111000001001011100001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18306; }

 p { color: rgb(161,131,6); }

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

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

 a { background-color: rgb(161,131,6); }

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

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

 span { border-color: rgb(161,131,6); }

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