#AA5351

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

Shades of Apple Blossom #AA5351

Tints of Apple Blossom #AA5351

Color information

#AA5351 (or 0xAA5351) is unknown color: approx Apple Blossom. HEX triplet: AA, 53 and 51. RGB value is (170,83,81). Sum of RGB (Red+Green+Blue) = 170+83+81=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5351 is #55ACAE. Grayscale: #6C6C6C. Windows color (decimal): -5614767 or 5329834. OLE color: 5329834.

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

Color convert

RGB1708381-
CMYK00.510.520.33
HSL1.35º35.46%49.22%-
HSV(B)1.35º52.35%66.67%-
XYZ21.1615.339.63-
YUV108.78112.32171.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=50.90%
G=24.85%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170838100.510.520.331.3535.4649.22
HexAA5351033342112331
Octal252123121063644114361
Binary101010101010011101000101100111101001000011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5351; }

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

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

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

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

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

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

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

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