#A18003

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

Shades of Dark Goldenrod #A18003

Tints of Dark Goldenrod #A18003

Color information

#A18003 (or 0xA18003) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 80 and 03. RGB value is (161,128,3). Sum of RGB (Red+Green+Blue) = 161+128+3=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A18003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18003 is #5E7FFC. Grayscale: #7C7C7C. Windows color (decimal): -6193149 or 229537. OLE color: 229537.

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

Color convert

RGB1611283-
CMYK00.200.980.37
HSL47.47º96.34%32.16%-
HSV(B)47.47º98.14%63.14%-
XYZ22.4323.023.35-
YUV123.6259.93154.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=55.14%
G=43.84%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161128300.200.980.3747.4796.3432.16
HexA180301462252f6020
Octal2412003024142455714040
Binary10100001100000001101010011000101001011011111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18003; }

 p { color: rgb(161,128,3); }

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

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

 a { background-color: rgb(161,128,3); }

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

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

 span { border-color: rgb(161,128,3); }

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