#AA574A

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

Shades of Crail #AA574A

Tints of Crail #AA574A

Color information

#AA574A (or 0xAA574A) is unknown color: approx Crail. HEX triplet: AA, 57 and 4A. RGB value is (170,87,74). Sum of RGB (Red+Green+Blue) = 170+87+74=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA574A is #55A8B5. Grayscale: #6E6E6E. Windows color (decimal): -5613750 or 4872106. OLE color: 4872106.

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

Color convert

RGB1708774-
CMYK00.490.560.33
HSL8.13º39.34%47.84%-
HSV(B)8.13º56.47%66.67%-
XYZ21.2215.868.42-
YUV110.34107.5170.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=51.36%
G=26.28%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170877400.490.560.338.1339.3447.84
HexAA574A031382182730
Octal2521271120617041104760
Binary101010101010111100101001100011110001000011000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA574A; }

 p { color: rgb(170,87,74); }

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

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

 a { background-color: rgb(170,87,74); }

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

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

 span { border-color: rgb(170,87,74); }

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