Html Css Color HEX #AD7206 Dark Goldenrod

📋 copy color: '#AD7206'

red 173 ◦ green 114 ◦ blue 6

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

Shades of Dark Goldenrod #AD7206

Tints of Dark Goldenrod #AD7206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

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

R = 59.04%
G = 38.91%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD7206 (or 0xAD7206) is known color: Dark Goldenrod. HEX triplet: AD, 72 and 06. RGB value is (173,114,6). Sum of RGB (Red+Green+Blue) = 173+114+6=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7206 is #528DF9. Grayscale: #777777. Windows color (decimal): -5410298 or 422573. OLE color: 422573.

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

Color convert

RGB 173 114 6 -
CMYK 0 0.34 0.97 0.32
HSL 38.8º 0.93% 0.35% -
HSV(B) 38.8º 0.97% 0.68% -
XYZ 23.28 20.93 2.99 -
YUV 119.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 173 114 6 0 0.34 0.97 0.32 38.8 0.93 0.35
Hex AD 72 6 0 22 61 20 27 5D 23
Octal 255 162 6 0 42 141 40 47 135 43
Binary 10101101 1110010 110 0 100010 1100001 100000 100111 1011101 100011

Color Harmonies of #AD7206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7206

Black with #AD7206

Text Example


Text Example

White with #AD7206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7206; }

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

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

background-color css

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

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

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

border-color css

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

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

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