#AA584C

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

Shades of Crail #AA584C

Tints of Crail #AA584C

Color information

#AA584C (or 0xAA584C) is unknown color: approx Crail. HEX triplet: AA, 58 and 4C. RGB value is (170,88,76). Sum of RGB (Red+Green+Blue) = 170+88+76=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA584C is #55A7B3. Grayscale: #6F6F6F. Windows color (decimal): -5613492 or 5003434. OLE color: 5003434.

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

Color convert

RGB1708876-
CMYK00.480.550.33
HSL7.66º38.21%48.24%-
HSV(B)7.66º55.29%66.67%-
XYZ21.3716.058.81-
YUV111.15108.17169.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=50.90%
G=26.35%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170887600.480.550.337.6638.2148.24
HexAA584C030372182630
Octal2521301140606741104660
Binary101010101011000100110001100001101111000011000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA584C; }

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

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

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

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

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

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

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

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