#AA550E

Color #AA550E Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AA550E

Tints of Rich Gold #AA550E

Color information

#AA550E (or 0xAA550E) is unknown color: approx Rich Gold. HEX triplet: AA, 55 and 0E. RGB value is (170,85,14). Sum of RGB (Red+Green+Blue) = 170+85+14=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA550E is #55AAF1. Grayscale: #666666. Windows color (decimal): -5614322 or 939434. OLE color: 939434.

HSL color Cylindrical-coordinate representation of color #AA550E: hue angle of 27.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA550E is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1708514-
CMYK00.500.920.33
HSL27.31º84.78%36.08%-
HSV(B)27.31º91.76%66.67%-
XYZ19.9115.072.28-
YUV102.3278.16176.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.20%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 14 (5.86% from 255) = 5.20%
R=63.20%
G=31.60%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170851400.500.920.3327.3184.7836.08
HexAA55E0325C211b5524
Octal25212516062134413312544
Binary101010101010101111001100101011100100001110111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA550E; }

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

 H1.HeaderClassName
 {
   color: #AA550E;
 }
 .AnyTagClassName
 {
   color: #AA550E;
 }
</style>
background-color css

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

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

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

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

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

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