#AD900A

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

Shades of Dark Goldenrod #AD900A

Tints of Dark Goldenrod #AD900A

Color information

#AD900A (or 0xAD900A) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 90 and 0A. RGB value is (173,144,10). Sum of RGB (Red+Green+Blue) = 173+144+10=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD900A is #526FF5. Grayscale: #898989. Windows color (decimal): -5402614 or 692397. OLE color: 692397.

HSL color Cylindrical-coordinate representation of color #AD900A: hue angle of 49.33º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD900A is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB17314410-
CMYK00.170.940.32
HSL49.33º89.07%35.88%-
HSV(B)49.33º94.22%67.84%-
XYZ27.2628.854.42-
YUV137.3956.11153.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 10 (4.30% from 255) = 3.06%
R=52.91%
G=44.04%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731441000.170.940.3249.3389.0735.88
HexAD90A0115E20315924
Octal25522012021136406113144
Binary1010110110010000101001000110111101000001100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD900A; }

 p { color: rgb(173,144,10); }

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

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

 a { background-color: rgb(173,144,10); }

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

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

 span { border-color: rgb(173,144,10); }

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