#A18407

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

Shades of Dark Goldenrod #A18407

Tints of Dark Goldenrod #A18407

Color information

#A18407 (or 0xA18407) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 84 and 07. RGB value is (161,132,7). Sum of RGB (Red+Green+Blue) = 161+132+7=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A18407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18407 is #5E7BF8. Grayscale: #7E7E7E. Windows color (decimal): -6192121 or 492705. OLE color: 492705.

HSL color Cylindrical-coordinate representation of color #A18407: hue angle of 48.7º degrees, saturation: 0.92, 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 #A18407 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1611327-
CMYK00.180.960.37
HSL48.7º91.67%32.94%-
HSV(B)48.7º95.65%63.14%-
XYZ22.9924.093.64-
YUV126.4260.61152.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.67%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=53.67%
G=44%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161132700.180.960.3748.791.6732.94
HexA18470126025315c21
Octal2412047022140456113441
Binary101000011000010011101001011000001001011100011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18407; }

 p { color: rgb(161,132,7); }

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

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

 a { background-color: rgb(161,132,7); }

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

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

 span { border-color: rgb(161,132,7); }

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