Html Css Color HEX #AD8809 Dark Goldenrod

📋 copy color: '#AD8809'

red 173 ◦ green 136 ◦ blue 9

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

Shades of Dark Goldenrod #AD8809

Tints of Dark Goldenrod #AD8809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 54.4%
G = 42.77%
B = 2.83%

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

#AD8809 (or 0xAD8809) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 09. RGB value is (173,136,9). Sum of RGB (Red+Green+Blue) = 173+136+9=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8809 is #5277F6. Grayscale: #858585. Windows color (decimal): -5404663 or 624813. OLE color: 624813.

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

Color convert

RGB 173 136 9 -
CMYK 0 0.21 0.95 0.32
HSL 46.46º 0.9% 0.36% -
HSV(B) 46.46º 0.95% 0.68% -
XYZ 26.09 26.51 4 -
YUV 132.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 173 136 9 0 0.21 0.95 0.32 46.46 0.9 0.36
Hex AD 88 9 0 15 5F 20 2E 5A 24
Octal 255 210 11 0 25 137 40 56 132 44
Binary 10101101 10001000 1001 0 10101 1011111 100000 101110 1011010 100100

Color Harmonies of #AD8809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8809

Black with #AD8809

Text Example


Text Example

White with #AD8809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8809; }

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

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

background-color css

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

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

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

border-color css

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

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

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