Html Css Color HEX #AA5315 Rich Gold

📋 copy color: '#AA5315'

red 170 ◦ green 83 ◦ blue 21

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

Shades of Rich Gold #AA5315

Tints of Rich Gold #AA5315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.66%

R = 62.04%
G = 30.29%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA5315 (or 0xAA5315) is known color: Rich Gold. HEX triplet: AA, 53 and 15. RGB value is (170,83,21). Sum of RGB (Red+Green+Blue) = 170+83+21=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5315 is #55ACEA. Grayscale: #666666. Windows color (decimal): -5614827 or 1397674. OLE color: 1397674.

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

Color convert

RGB 170 83 21 -
CMYK 0 0.51 0.88 0.33
HSL 24.97º 0.78% 0.37% -
HSV(B) 24.97º 0.88% 0.67% -
XYZ 19.81 14.79 2.52 -
YUV 101.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 170 83 21 0 0.51 0.88 0.33 24.97 0.78 0.37
Hex AA 53 15 0 33 58 21 19 4E 25
Octal 252 123 25 0 63 130 41 31 116 45
Binary 10101010 1010011 10101 0 110011 1011000 100001 11001 1001110 100101

Color Harmonies of #AA5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5315

Black with #AA5315

Text Example


Text Example

White with #AA5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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