Html Css Color HEX #AA5311 Rich Gold

📋 copy color: '#AA5311'

red 170 ◦ green 83 ◦ blue 17

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

Shades of Rich Gold #AA5311

Tints of Rich Gold #AA5311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.74%

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

R = 62.96%
G = 30.74%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA5311 (or 0xAA5311) is known color: Rich Gold. HEX triplet: AA, 53 and 11. RGB value is (170,83,17). Sum of RGB (Red+Green+Blue) = 170+83+17=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5311 is #55ACEE. Grayscale: #656565. Windows color (decimal): -5614831 or 1135530. OLE color: 1135530.

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

Color convert

RGB 170 83 17 -
CMYK 0 0.51 0.9 0.33
HSL 25.88º 0.82% 0.37% -
HSV(B) 25.88º 0.9% 0.67% -
XYZ 19.77 14.77 2.34 -
YUV 101.49 80.32 176.87 -
System Red Green Blue C M Y K H S L
Decimal 170 83 17 0 0.51 0.9 0.33 25.88 0.82 0.37
Hex AA 53 11 0 33 5A 21 1A 52 25
Octal 252 123 21 0 63 132 41 32 122 45
Binary 10101010 1010011 10001 0 110011 1011010 100001 11010 1010010 100101

Color Harmonies of #AA5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5311

Black with #AA5311

Text Example


Text Example

White with #AA5311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5311; }

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

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

background-color css

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

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

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

border-color css

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

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

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