#AA604F

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

Shades of Crail #AA604F

Tints of Crail #AA604F

Color information

#AA604F (or 0xAA604F) is unknown color: approx Crail. HEX triplet: AA, 60 and 4F. RGB value is (170,96,79). Sum of RGB (Red+Green+Blue) = 170+96+79=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA604F is #559FB0. Grayscale: #747474. Windows color (decimal): -5611441 or 5202090. OLE color: 5202090.

HSL color Cylindrical-coordinate representation of color #AA604F: hue angle of 11.21º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA604F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1709679-
CMYK00.440.540.33
HSL11.21º36.55%48.82%-
HSV(B)11.21º53.53%66.67%-
XYZ22.1717.489.6-
YUV116.19107.02166.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=49.28%
G=27.83%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170967900.440.540.3311.2136.5548.82
HexAA604F02C3621b2531
Octal2521401170546641134561
Binary101010101100000100111101011001101101000011011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA604F; }

 p { color: rgb(170,96,79); }

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

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

 a { background-color: rgb(170,96,79); }

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

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

 span { border-color: rgb(170,96,79); }

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