Html Css Color HEX #AD8806 Dark Goldenrod

📋 copy color: '#AD8806'

red 173 ◦ green 136 ◦ blue 6

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

Shades of Dark Goldenrod #AD8806

Tints of Dark Goldenrod #AD8806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 54.92%
G = 43.17%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD8806 (or 0xAD8806) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 06. RGB value is (173,136,6). Sum of RGB (Red+Green+Blue) = 173+136+6=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8806 is #5277F9. Grayscale: #848484. Windows color (decimal): -5404666 or 428205. OLE color: 428205.

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

Color convert

RGB 173 136 6 -
CMYK 0 0.21 0.97 0.32
HSL 46.71º 0.93% 0.35% -
HSV(B) 46.71º 0.97% 0.68% -
XYZ 26.07 26.51 3.91 -
YUV 132.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 173 136 6 0 0.21 0.97 0.32 46.71 0.93 0.35
Hex AD 88 6 0 15 61 20 2F 5D 23
Octal 255 210 6 0 25 141 40 57 135 43
Binary 10101101 10001000 110 0 10101 1100001 100000 101111 1011101 100011

Color Harmonies of #AD8806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8806

Black with #AD8806

Text Example


Text Example

White with #AD8806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8806; }

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

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

background-color css

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

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

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

border-color css

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

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

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