Html Css Color HEX #AD7611 Dark Goldenrod

📋 copy color: '#AD7611'

red 173 ◦ green 118 ◦ blue 17

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

Shades of Dark Goldenrod #AD7611

Tints of Dark Goldenrod #AD7611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 56.17%
G = 38.31%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD7611 (or 0xAD7611) is known color: Dark Goldenrod. HEX triplet: AD, 76 and 11. RGB value is (173,118,17). Sum of RGB (Red+Green+Blue) = 173+118+17=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7611 is #5289EE. Grayscale: #7B7B7B. Windows color (decimal): -5409263 or 1144493. OLE color: 1144493.

HSL color Cylindrical-coordinate representation of color #AD7611: hue angle of 38.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7611 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 17 -
CMYK 0 0.32 0.90 0.32
HSL 38.85º 0.82% 0.37% -
HSV(B) 38.85º 0.9% 0.68% -
XYZ 23.81 21.88 3.5 -
YUV 122.93 68.22 163.71 -
System Red Green Blue C M Y K H S L
Decimal 173 118 17 0 0.32 0.90 0.32 38.85 0.82 0.37
Hex AD 76 11 0 20 5A 20 27 52 25
Octal 255 166 21 0 40 132 40 47 122 45
Binary 10101101 1110110 10001 0 100000 1011010 100000 100111 1010010 100101

Color Harmonies of #AD7611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7611

Black with #AD7611

Text Example


Text Example

White with #AD7611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7611; }

 p { color: rgb(173,118,17); }

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

background-color css

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

 a { background-color: rgb(173,118,17); }

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

border-color css

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

 span { border-color: rgb(173,118,17); }

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