Html Css Color HEX #AD9406 Dark Goldenrod

📋 copy color: '#AD9406'

red 173 ◦ green 148 ◦ blue 6

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

Shades of Dark Goldenrod #AD9406

Tints of Dark Goldenrod #AD9406

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

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

R = 52.91%
G = 45.26%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9406 (or 0xAD9406) is known color: Dark Goldenrod. HEX triplet: AD, 94 and 06. RGB value is (173,148,6). Sum of RGB (Red+Green+Blue) = 173+148+6=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9406 is #526BF9. Grayscale: #8B8B8B. Windows color (decimal): -5401594 or 431277. OLE color: 431277.

HSL color Cylindrical-coordinate representation of color #AD9406: hue angle of 51.02º 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 #AD9406 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 6 -
CMYK 0 0.14 0.97 0.32
HSL 51.02º 0.93% 0.35% -
HSV(B) 51.02º 0.97% 0.68% -
XYZ 27.86 30.08 4.51 -
YUV 139.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 173 148 6 0 0.14 0.97 0.32 51.02 0.93 0.35
Hex AD 94 6 0 E 61 20 33 5D 23
Octal 255 224 6 0 16 141 40 63 135 43
Binary 10101101 10010100 110 0 1110 1100001 100000 110011 1011101 100011

Color Harmonies of #AD9406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9406

Black with #AD9406

Text Example


Text Example

White with #AD9406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9406; }

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

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

background-color css

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

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

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

border-color css

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

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

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