Html Css Color HEX #AD9305 Dark Goldenrod

📋 copy color: '#AD9305'

red 173 ◦ green 147 ◦ blue 5

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

Shades of Dark Goldenrod #AD9305

Tints of Dark Goldenrod #AD9305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.23%

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

R = 53.23%
G = 45.23%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9305 (or 0xAD9305) is known color: Dark Goldenrod. HEX triplet: AD, 93 and 05. RGB value is (173,147,5). Sum of RGB (Red+Green+Blue) = 173+147+5=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9305 is #526CFA. Grayscale: #8B8B8B. Windows color (decimal): -5401851 or 365485. OLE color: 365485.

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

Color convert

RGB 173 147 5 -
CMYK 0 0.15 0.97 0.32
HSL 50.71º 0.94% 0.35% -
HSV(B) 50.71º 0.97% 0.68% -
XYZ 27.69 29.76 4.43 -
YUV 138.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 173 147 5 0 0.15 0.97 0.32 50.71 0.94 0.35
Hex AD 93 5 0 F 61 20 33 5E 23
Octal 255 223 5 0 17 141 40 63 136 43
Binary 10101101 10010011 101 0 1111 1100001 100000 110011 1011110 100011

Color Harmonies of #AD9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9305

Black with #AD9305

Text Example


Text Example

White with #AD9305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9305; }

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

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

background-color css

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

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

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

border-color css

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

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

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