#AA5548

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

Shades of Crail #AA5548

Tints of Crail #AA5548

Color information

#AA5548 (or 0xAA5548) is unknown color: approx Crail. HEX triplet: AA, 55 and 48. RGB value is (170,85,72). Sum of RGB (Red+Green+Blue) = 170+85+72=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5548 is #55AAB7. Grayscale: #6D6D6D. Windows color (decimal): -5614264 or 4740522. OLE color: 4740522.

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

Color convert

RGB1708572-
CMYK00.500.580.33
HSL7.96º40.5%47.45%-
HSV(B)7.96º57.65%66.67%-
XYZ2115.518.02-
YUV108.93107.16171.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=51.99%
G=25.99%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170857200.500.580.337.9640.547.45
HexAA55480323A218282f
Octal2521251100627241105057
Binary101010101010101100100001100101110101000011000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5548; }

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

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

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

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

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

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

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

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