Html Css Color HEX #AD8906 Dark Goldenrod

📋 copy color: '#AD8906'

red 173 ◦ green 137 ◦ blue 6

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

Shades of Dark Goldenrod #AD8906

Tints of Dark Goldenrod #AD8906

RGB

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

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

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

R = 54.75%
G = 43.35%
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

#AD8906 (or 0xAD8906) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 06. RGB value is (173,137,6). Sum of RGB (Red+Green+Blue) = 173+137+6=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8906 is #5276F9. Grayscale: #858585. Windows color (decimal): -5404410 or 428461. OLE color: 428461.

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

Color convert

RGB 173 137 6 -
CMYK 0 0.21 0.97 0.32
HSL 47.07º 0.93% 0.35% -
HSV(B) 47.07º 0.97% 0.68% -
XYZ 26.21 26.79 3.96 -
YUV 132.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 173 137 6 0 0.21 0.97 0.32 47.07 0.93 0.35
Hex AD 89 6 0 15 61 20 2F 5D 23
Octal 255 211 6 0 25 141 40 57 135 43
Binary 10101101 10001001 110 0 10101 1100001 100000 101111 1011101 100011

Color Harmonies of #AD8906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8906

Black with #AD8906

Text Example


Text Example

White with #AD8906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8906; }

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

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

background-color css

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

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

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

border-color css

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

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

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