#A98003

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

Shades of Dark Goldenrod #A98003

Tints of Dark Goldenrod #A98003

Color information

#A98003 (or 0xA98003) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 80 and 03. RGB value is (169,128,3). Sum of RGB (Red+Green+Blue) = 169+128+3=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A98003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98003 is #567FFC. Grayscale: #7E7E7E. Windows color (decimal): -5668861 or 229545. OLE color: 229545.

HSL color Cylindrical-coordinate representation of color #A98003: hue angle of 45.18º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A98003 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB1691283-
CMYK00.240.980.34
HSL45.18º96.51%33.73%-
HSV(B)45.18º98.22%66.27%-
XYZ24.123.883.43-
YUV126.0158.58158.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 3 (1.56% from 255) = 1%
R=56.33%
G=42.67%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169128300.240.980.3445.1896.5133.73
HexA980301862222d6122
Octal2512003030142425514142
Binary10101001100000001101100011000101000101011011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98003; }

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

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

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

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

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

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

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

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