Html Css Color HEX #AA5015 Rich Gold

📋 copy color: '#AA5015'

red 170 ◦ green 80 ◦ blue 21

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

Shades of Rich Gold #AA5015

Tints of Rich Gold #AA5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 62.73%
G = 29.52%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA5015 (or 0xAA5015) is known color: Rich Gold. HEX triplet: AA, 50 and 15. RGB value is (170,80,21). Sum of RGB (Red+Green+Blue) = 170+80+21=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5015 is #55AFEA. Grayscale: #646464. Windows color (decimal): -5615595 or 1396906. OLE color: 1396906.

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

Color convert

RGB 170 80 21 -
CMYK 0 0.53 0.88 0.33
HSL 23.76º 0.78% 0.37% -
HSV(B) 23.76º 0.88% 0.67% -
XYZ 19.58 14.34 2.44 -
YUV 100.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 170 80 21 0 0.53 0.88 0.33 23.76 0.78 0.37
Hex AA 50 15 0 35 58 21 18 4E 25
Octal 252 120 25 0 65 130 41 30 116 45
Binary 10101010 1010000 10101 0 110101 1011000 100001 11000 1001110 100101

Color Harmonies of #AA5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5015

Black with #AA5015

Text Example


Text Example

White with #AA5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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