#AA5848

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

Shades of Crail #AA5848

Tints of Crail #AA5848

Color information

#AA5848 (or 0xAA5848) is unknown color: approx Crail. HEX triplet: AA, 58 and 48. RGB value is (170,88,72). Sum of RGB (Red+Green+Blue) = 170+88+72=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5848 is #55A7B7. Grayscale: #6E6E6E. Windows color (decimal): -5613496 or 4741290. OLE color: 4741290.

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

Color convert

RGB1708872-
CMYK00.480.580.33
HSL9.8º40.5%47.45%-
HSV(B)9.8º57.65%66.67%-
XYZ21.2415.998.1-
YUV110.69106.17170.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=51.52%
G=26.67%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170887200.480.580.339.840.547.45
HexAA58480303A21a282f
Octal2521301100607241125057
Binary101010101011000100100001100001110101000011010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5848; }

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

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

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

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

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

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

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

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