Html Css Color HEX #AA7611 Dark Goldenrod

📋 copy color: '#AA7611'

red 170 ◦ green 118 ◦ blue 17

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

Shades of Dark Goldenrod #AA7611

Tints of Dark Goldenrod #AA7611

RGB

 RED value IS 170 (66.8% from 255) = 55.74%

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

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

R = 55.74%
G = 38.69%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA7611 (or 0xAA7611) is known color: Dark Goldenrod. HEX triplet: AA, 76 and 11. RGB value is (170,118,17). Sum of RGB (Red+Green+Blue) = 170+118+17=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7611 is #5589EE. Grayscale: #7A7A7A. Windows color (decimal): -5605871 or 1144490. OLE color: 1144490.

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

Color convert

RGB 170 118 17 -
CMYK 0 0.31 0.9 0.33
HSL 39.61º 0.82% 0.37% -
HSV(B) 39.61º 0.9% 0.67% -
XYZ 23.16 21.54 3.47 -
YUV 122.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 170 118 17 0 0.31 0.9 0.33 39.61 0.82 0.37
Hex AA 76 11 0 1F 5A 21 28 52 25
Octal 252 166 21 0 37 132 41 50 122 45
Binary 10101010 1110110 10001 0 11111 1011010 100001 101000 1010010 100101

Color Harmonies of #AA7611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7611

Black with #AA7611

Text Example


Text Example

White with #AA7611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7611; }

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

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

background-color css

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

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

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

border-color css

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

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

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