#AA5450

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

Shades of Apple Blossom #AA5450

Tints of Apple Blossom #AA5450

Color information

#AA5450 (or 0xAA5450) is unknown color: approx Apple Blossom. HEX triplet: AA, 54 and 50. RGB value is (170,84,80). Sum of RGB (Red+Green+Blue) = 170+84+80=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5450 is #55ABAF. Grayscale: #6D6D6D. Windows color (decimal): -5614512 or 5264554. OLE color: 5264554.

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

Color convert

RGB1708480-
CMYK00.510.530.33
HSL2.67º36%49.02%-
HSV(B)2.67º52.94%66.67%-
XYZ21.215.479.46-
YUV109.26111.49171.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=50.90%
G=25.15%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170848000.510.530.332.673649.02
HexAA5450033352132431
Octal252124120063654134461
Binary1010101010101001010000011001111010110000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5450; }

 p { color: rgb(170,84,80); }

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

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

 a { background-color: rgb(170,84,80); }

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

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

 span { border-color: rgb(170,84,80); }

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