#AA584A

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

Shades of Crail #AA584A

Tints of Crail #AA584A

Color information

#AA584A (or 0xAA584A) is unknown color: approx Crail. HEX triplet: AA, 58 and 4A. RGB value is (170,88,74). Sum of RGB (Red+Green+Blue) = 170+88+74=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA584A is #55A7B5. Grayscale: #6F6F6F. Windows color (decimal): -5613494 or 4872362. OLE color: 4872362.

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

Color convert

RGB1708874-
CMYK00.480.560.33
HSL8.75º39.34%47.84%-
HSV(B)8.75º56.47%66.67%-
XYZ21.316.028.45-
YUV110.92107.17170.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=51.20%
G=26.51%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170887400.480.560.338.7539.3447.84
HexAA584A030382192730
Octal2521301120607041114760
Binary101010101011000100101001100001110001000011001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA584A; }

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

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

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

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

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

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

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

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