Html Css Color HEX #AD8909 Dark Goldenrod

📋 copy color: '#AD8909'

red 173 ◦ green 137 ◦ blue 9

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

Shades of Dark Goldenrod #AD8909

Tints of Dark Goldenrod #AD8909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.95%

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

R = 54.23%
G = 42.95%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD8909 (or 0xAD8909) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 09. RGB value is (173,137,9). Sum of RGB (Red+Green+Blue) = 173+137+9=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8909 is #5276F6. Grayscale: #858585. Windows color (decimal): -5404407 or 625069. OLE color: 625069.

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

Color convert

RGB 173 137 9 -
CMYK 0 0.21 0.95 0.32
HSL 46.83º 0.9% 0.36% -
HSV(B) 46.83º 0.95% 0.68% -
XYZ 26.23 26.8 4.05 -
YUV 133.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 173 137 9 0 0.21 0.95 0.32 46.83 0.9 0.36
Hex AD 89 9 0 15 5F 20 2F 5A 24
Octal 255 211 11 0 25 137 40 57 132 44
Binary 10101101 10001001 1001 0 10101 1011111 100000 101111 1011010 100100

Color Harmonies of #AD8909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8909

Black with #AD8909

Text Example


Text Example

White with #AD8909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8909; }

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

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

background-color css

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

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

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

border-color css

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

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

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