#A18C06

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

Shades of Dark Goldenrod #A18C06

Tints of Dark Goldenrod #A18C06

Color information

#A18C06 (or 0xA18C06) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 8C and 06. RGB value is (161,140,6). Sum of RGB (Red+Green+Blue) = 161+140+6=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C06 is #5E73F9. Grayscale: #838383. Windows color (decimal): -6190074 or 429217. OLE color: 429217.

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

Color convert

RGB1611406-
CMYK00.130.960.37
HSL51.87º92.81%32.75%-
HSV(B)51.87º96.27%63.14%-
XYZ24.1126.353.99-
YUV13157.46149.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 140 (55.08% from 255) = 45.60%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=52.44%
G=45.60%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161140600.130.960.3751.8792.8132.75
HexA18C60D6025345d21
Octal2412146015140456413541
Binary10100001100011001100110111000001001011101001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C06; }

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

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

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

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

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

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

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

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