#AA5E4B

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

Shades of Crail #AA5E4B

Tints of Crail #AA5E4B

Color information

#AA5E4B (or 0xAA5E4B) is unknown color: approx Crail. HEX triplet: AA, 5E and 4B. RGB value is (170,94,75). Sum of RGB (Red+Green+Blue) = 170+94+75=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E4B is #55A1B4. Grayscale: #727272. Windows color (decimal): -5611957 or 4939434. OLE color: 4939434.

HSL color Cylindrical-coordinate representation of color #AA5E4B: hue angle of 12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA5E4B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1709475-
CMYK00.450.560.33
HSL12º38.78%48.04%-
HSV(B)12º55.88%66.67%-
XYZ21.8517.068.8-
YUV114.56105.68167.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=50.15%
G=27.73%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170947500.450.560.331238.7848.04
HexAA5E4B02D3821c2730
Octal2521361130557041144760
Binary101010101011110100101101011011110001000011100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E4B; }

 p { color: rgb(170,94,75); }

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

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

 a { background-color: rgb(170,94,75); }

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

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

 span { border-color: rgb(170,94,75); }

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