Html Css Color HEX #AA8311 Dark Goldenrod

📋 copy color: '#AA8311'

red 170 ◦ green 131 ◦ blue 17

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

Shades of Dark Goldenrod #AA8311

Tints of Dark Goldenrod #AA8311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

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

R = 53.46%
G = 41.19%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA8311 (or 0xAA8311) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 11. RGB value is (170,131,17). Sum of RGB (Red+Green+Blue) = 170+131+17=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8311 is #557CEE. Grayscale: #828282. Windows color (decimal): -5602543 or 1147818. OLE color: 1147818.

HSL color Cylindrical-coordinate representation of color #AA8311: hue angle of 44.71º 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 #AA8311 is Cyan = 0, Magento = 0.23, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 17 -
CMYK 0 0.23 0.9 0.33
HSL 44.71º 0.82% 0.37% -
HSV(B) 44.71º 0.9% 0.67% -
XYZ 24.8 24.82 4.01 -
YUV 129.67 64.42 156.77 -
System Red Green Blue C M Y K H S L
Decimal 170 131 17 0 0.23 0.9 0.33 44.71 0.82 0.37
Hex AA 83 11 0 17 5A 21 2D 52 25
Octal 252 203 21 0 27 132 41 55 122 45
Binary 10101010 10000011 10001 0 10111 1011010 100001 101101 1010010 100101

Color Harmonies of #AA8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8311

Black with #AA8311

Text Example


Text Example

White with #AA8311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8311; }

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

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

background-color css

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

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

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

border-color css

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

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

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