Html Css Color HEX #AD9009 Dark Goldenrod

📋 copy color: '#AD9009'

red 173 ◦ green 144 ◦ blue 9

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

Shades of Dark Goldenrod #AD9009

Tints of Dark Goldenrod #AD9009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 53.07%
G = 44.17%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD9009 (or 0xAD9009) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 09. RGB value is (173,144,9). Sum of RGB (Red+Green+Blue) = 173+144+9=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9009 is #526FF6. Grayscale: #898989. Windows color (decimal): -5402615 or 626861. OLE color: 626861.

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

Color convert

RGB 173 144 9 -
CMYK 0 0.17 0.95 0.32
HSL 49.39º 0.9% 0.36% -
HSV(B) 49.39º 0.95% 0.68% -
XYZ 27.26 28.85 4.39 -
YUV 137.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 173 144 9 0 0.17 0.95 0.32 49.39 0.9 0.36
Hex AD 90 9 0 11 5F 20 31 5A 24
Octal 255 220 11 0 21 137 40 61 132 44
Binary 10101101 10010000 1001 0 10001 1011111 100000 110001 1011010 100100

Color Harmonies of #AD9009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9009

Black with #AD9009

Text Example


Text Example

White with #AD9009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9009; }

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

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

background-color css

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

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

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

border-color css

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

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

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