Html Css Color HEX #AD9002 Dark Goldenrod

📋 copy color: '#AD9002'

red 173 ◦ green 144 ◦ blue 2

#AD9002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AD9002

Tints of Dark Goldenrod #AD9002

RGB

 RED value IS 173 (67.97% from 255) = 54.23%

 GREEN value IS 144 (56.64% from 255) = 45.14%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 54.23%
G = 45.14%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD9002 (or 0xAD9002) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 02. RGB value is (173,144,2). Sum of RGB (Red+Green+Blue) = 173+144+2=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9002 is #526FFD. Grayscale: #898989. Windows color (decimal): -5402622 or 168109. OLE color: 168109.

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

Color convert

RGB 173 144 2 -
CMYK 0 0.17 0.99 0.32
HSL 49.82º 0.98% 0.34% -
HSV(B) 49.82º 0.99% 0.68% -
XYZ 27.22 28.84 4.19 -
YUV 136.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 173 144 2 0 0.17 0.99 0.32 49.82 0.98 0.34
Hex AD 90 2 0 11 63 20 32 62 22
Octal 255 220 2 0 21 143 40 62 142 42
Binary 10101101 10010000 10 0 10001 1100011 100000 110010 1100010 100010

Color Harmonies of #AD9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9002

Black with #AD9002

Text Example


Text Example

White with #AD9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9002; }

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

 H1.HeaderClassName
 {
   color: #AD9002;
 }
 .AnyTagClassName
 {
   color: #AD9002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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