Html Css Color HEX #AD9109 Dark Goldenrod

📋 copy color: '#AD9109'

red 173 ◦ green 145 ◦ blue 9

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

Shades of Dark Goldenrod #AD9109

Tints of Dark Goldenrod #AD9109

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 9 (3.91% from 255) = 2.75%

R = 52.91%
G = 44.34%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD9109 (or 0xAD9109) is known color: Dark Goldenrod. HEX triplet: AD, 91 and 09. RGB value is (173,145,9). Sum of RGB (Red+Green+Blue) = 173+145+9=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9109 is #526EF6. Grayscale: #8A8A8A. Windows color (decimal): -5402359 or 627117. OLE color: 627117.

HSL color Cylindrical-coordinate representation of color #AD9109: hue angle of 49.76º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD9109 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 145 9 -
CMYK 0 0.16 0.95 0.32
HSL 49.76º 0.9% 0.36% -
HSV(B) 49.76º 0.95% 0.68% -
XYZ 27.41 29.15 4.44 -
YUV 137.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 173 145 9 0 0.16 0.95 0.32 49.76 0.9 0.36
Hex AD 91 9 0 10 5F 20 32 5A 24
Octal 255 221 11 0 20 137 40 62 132 44
Binary 10101101 10010001 1001 0 10000 1011111 100000 110010 1011010 100100

Color Harmonies of #AD9109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9109

Black with #AD9109

Text Example


Text Example

White with #AD9109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9109; }

 p { color: rgb(173,145,9); }

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

background-color css

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

 a { background-color: rgb(173,145,9); }

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

border-color css

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

 span { border-color: rgb(173,145,9); }

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