Html Css Color HEX #AA5514 Rich Gold

📋 copy color: '#AA5514'

red 170 ◦ green 85 ◦ blue 20

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

Shades of Rich Gold #AA5514

Tints of Rich Gold #AA5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 61.82%
G = 30.91%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA5514 (or 0xAA5514) is known color: Rich Gold. HEX triplet: AA, 55 and 14. RGB value is (170,85,20). Sum of RGB (Red+Green+Blue) = 170+85+20=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5514 is #55AAEB. Grayscale: #676767. Windows color (decimal): -5614316 or 1332650. OLE color: 1332650.

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

Color convert

RGB 170 85 20 -
CMYK 0 0.50 0.88 0.33
HSL 26º 0.79% 0.37% -
HSV(B) 26º 0.88% 0.67% -
XYZ 19.95 15.09 2.52 -
YUV 103.01 81.16 175.79 -
System Red Green Blue C M Y K H S L
Decimal 170 85 20 0 0.50 0.88 0.33 26 0.79 0.37
Hex AA 55 14 0 32 58 21 1A 4F 25
Octal 252 125 24 0 62 130 41 32 117 45
Binary 10101010 1010101 10100 0 110010 1011000 100001 11010 1001111 100101

Color Harmonies of #AA5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5514

Black with #AA5514

Text Example


Text Example

White with #AA5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5514; }

 p { color: rgb(170,85,20); }

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

background-color css

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

 a { background-color: rgb(170,85,20); }

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

border-color css

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

 span { border-color: rgb(170,85,20); }

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