#AA6053

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

Shades of Crail #AA6053

Tints of Crail #AA6053

Color information

#AA6053 (or 0xAA6053) is unknown color: approx Crail. HEX triplet: AA, 60 and 53. RGB value is (170,96,83). Sum of RGB (Red+Green+Blue) = 170+96+83=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6053 is #559FAC. Grayscale: #747474. Windows color (decimal): -5611437 or 5464234. OLE color: 5464234.

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

Color convert

RGB1709683-
CMYK00.440.510.33
HSL8.97º34.39%49.61%-
HSV(B)8.97º51.18%66.67%-
XYZ22.3217.5410.39-
YUV116.64109.02166.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=48.71%
G=27.51%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170968300.440.510.338.9734.3949.61
HexAA605302C332192232
Octal2521401230546341114262
Binary101010101100000101001101011001100111000011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6053; }

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

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

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

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

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

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

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

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