Html Css Color HEX #AD9206 Dark Goldenrod

📋 copy color: '#AD9206'

red 173 ◦ green 146 ◦ blue 6

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

Shades of Dark Goldenrod #AD9206

Tints of Dark Goldenrod #AD9206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

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

R = 53.23%
G = 44.92%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9206 (or 0xAD9206) is known color: Dark Goldenrod. HEX triplet: AD, 92 and 06. RGB value is (173,146,6). Sum of RGB (Red+Green+Blue) = 173+146+6=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9206 is #526DF9. Grayscale: #8A8A8A. Windows color (decimal): -5402106 or 430765. OLE color: 430765.

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

Color convert

RGB 173 146 6 -
CMYK 0 0.16 0.97 0.32
HSL 50.3º 0.93% 0.35% -
HSV(B) 50.3º 0.97% 0.68% -
XYZ 27.55 29.46 4.41 -
YUV 138.11 53.45 152.88 -
System Red Green Blue C M Y K H S L
Decimal 173 146 6 0 0.16 0.97 0.32 50.3 0.93 0.35
Hex AD 92 6 0 10 61 20 32 5D 23
Octal 255 222 6 0 20 141 40 62 135 43
Binary 10101101 10010010 110 0 10000 1100001 100000 110010 1011101 100011

Color Harmonies of #AD9206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9206

Black with #AD9206

Text Example


Text Example

White with #AD9206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9206; }

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

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

background-color css

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

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

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

border-color css

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

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

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