#AA6051

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

Shades of Crail #AA6051

Tints of Crail #AA6051

Color information

#AA6051 (or 0xAA6051) is unknown color: approx Crail. HEX triplet: AA, 60 and 51. RGB value is (170,96,81). Sum of RGB (Red+Green+Blue) = 170+96+81=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6051 is #559FAE. Grayscale: #747474. Windows color (decimal): -5611439 or 5333162. OLE color: 5333162.

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

Color convert

RGB1709681-
CMYK00.440.520.33
HSL10.11º35.46%49.22%-
HSV(B)10.11º52.35%66.67%-
XYZ22.2517.519.99-
YUV116.42108.02166.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=48.99%
G=27.67%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170968100.440.520.3310.1135.4649.22
HexAA605102C3421a2331
Octal2521401210546441124361
Binary101010101100000101000101011001101001000011010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6051; }

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

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

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

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

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

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

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

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