Html Css Color HEX #AD9006 Dark Goldenrod

📋 copy color: '#AD9006'

red 173 ◦ green 144 ◦ blue 6

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

Shades of Dark Goldenrod #AD9006

Tints of Dark Goldenrod #AD9006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 53.56%
G = 44.58%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9006 (or 0xAD9006) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 06. RGB value is (173,144,6). Sum of RGB (Red+Green+Blue) = 173+144+6=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9006 is #526FF9. Grayscale: #898989. Windows color (decimal): -5402618 or 430253. OLE color: 430253.

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

Color convert

RGB 173 144 6 -
CMYK 0 0.17 0.97 0.32
HSL 49.58º 0.93% 0.35% -
HSV(B) 49.58º 0.97% 0.68% -
XYZ 27.24 28.84 4.3 -
YUV 136.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 173 144 6 0 0.17 0.97 0.32 49.58 0.93 0.35
Hex AD 90 6 0 11 61 20 32 5D 23
Octal 255 220 6 0 21 141 40 62 135 43
Binary 10101101 10010000 110 0 10001 1100001 100000 110010 1011101 100011

Color Harmonies of #AD9006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9006

Black with #AD9006

Text Example


Text Example

White with #AD9006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9006; }

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

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

background-color css

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

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

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

border-color css

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

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

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