Html Css Color HEX #AD9205 Dark Goldenrod

📋 copy color: '#AD9205'

red 173 ◦ green 146 ◦ blue 5

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

Shades of Dark Goldenrod #AD9205

Tints of Dark Goldenrod #AD9205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 53.4%
G = 45.06%
B = 1.54%

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

#AD9205 (or 0xAD9205) is known color: Dark Goldenrod. HEX triplet: AD, 92 and 05. RGB value is (173,146,5). Sum of RGB (Red+Green+Blue) = 173+146+5=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9205 is #526DFA. Grayscale: #8A8A8A. Windows color (decimal): -5402107 or 365229. OLE color: 365229.

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

Color convert

RGB 173 146 5 -
CMYK 0 0.16 0.97 0.32
HSL 50.36º 0.94% 0.35% -
HSV(B) 50.36º 0.97% 0.68% -
XYZ 27.54 29.45 4.38 -
YUV 138 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 173 146 5 0 0.16 0.97 0.32 50.36 0.94 0.35
Hex AD 92 5 0 10 61 20 32 5E 23
Octal 255 222 5 0 20 141 40 62 136 43
Binary 10101101 10010010 101 0 10000 1100001 100000 110010 1011110 100011

Color Harmonies of #AD9205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9205

Black with #AD9205

Text Example


Text Example

White with #AD9205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9205; }

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

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

background-color css

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

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

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

border-color css

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

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

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