Html Css Color HEX #AD7706 Dark Goldenrod

📋 copy color: '#AD7706'

red 173 ◦ green 119 ◦ blue 6

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

Shades of Dark Goldenrod #AD7706

Tints of Dark Goldenrod #AD7706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

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

R = 58.05%
G = 39.93%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD7706 (or 0xAD7706) is known color: Dark Goldenrod. HEX triplet: AD, 77 and 06. RGB value is (173,119,6). Sum of RGB (Red+Green+Blue) = 173+119+6=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7706 is #5288F9. Grayscale: #7A7A7A. Windows color (decimal): -5409018 or 423853. OLE color: 423853.

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

Color convert

RGB 173 119 6 -
CMYK 0 0.31 0.97 0.32
HSL 40.6º 0.93% 0.35% -
HSV(B) 40.6º 0.97% 0.68% -
XYZ 23.86 22.09 3.18 -
YUV 122.26 62.39 164.19 -
System Red Green Blue C M Y K H S L
Decimal 173 119 6 0 0.31 0.97 0.32 40.6 0.93 0.35
Hex AD 77 6 0 1F 61 20 29 5D 23
Octal 255 167 6 0 37 141 40 51 135 43
Binary 10101101 1110111 110 0 11111 1100001 100000 101001 1011101 100011

Color Harmonies of #AD7706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7706

Black with #AD7706

Text Example


Text Example

White with #AD7706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7706; }

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

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

background-color css

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

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

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

border-color css

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

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

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