Html Css Color HEX #AD9106 Dark Goldenrod

📋 copy color: '#AD9106'

red 173 ◦ green 145 ◦ blue 6

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

Shades of Dark Goldenrod #AD9106

Tints of Dark Goldenrod #AD9106

RGB

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

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

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

R = 53.4%
G = 44.75%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9106 (or 0xAD9106) is known color: Dark Goldenrod. HEX triplet: AD, 91 and 06. RGB value is (173,145,6). Sum of RGB (Red+Green+Blue) = 173+145+6=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9106 is #526EF9. Grayscale: #8A8A8A. Windows color (decimal): -5402362 or 430509. OLE color: 430509.

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

Color convert

RGB 173 145 6 -
CMYK 0 0.16 0.97 0.32
HSL 49.94º 0.93% 0.35% -
HSV(B) 49.94º 0.97% 0.68% -
XYZ 27.39 29.15 4.35 -
YUV 137.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 173 145 6 0 0.16 0.97 0.32 49.94 0.93 0.35
Hex AD 91 6 0 10 61 20 32 5D 23
Octal 255 221 6 0 20 141 40 62 135 43
Binary 10101101 10010001 110 0 10000 1100001 100000 110010 1011101 100011

Color Harmonies of #AD9106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9106

Black with #AD9106

Text Example


Text Example

White with #AD9106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9106; }

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

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

background-color css

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

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

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

border-color css

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

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

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