#AA5050

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

Shades of Apple Blossom #AA5050

Tints of Apple Blossom #AA5050

Color information

#AA5050 (or 0xAA5050) is unknown color: approx Apple Blossom. HEX triplet: AA, 50 and 50. RGB value is (170,80,80). Sum of RGB (Red+Green+Blue) = 170+80+80=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5050 is #55AFAF. Grayscale: #6A6A6A. Windows color (decimal): -5615536 or 5263530. OLE color: 5263530.

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

Color convert

RGB1708080-
CMYK00.530.530.33
HSL36%49.02%-
HSV(B)52.94%66.67%-
XYZ20.8914.869.36-
YUV106.91112.82173-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=51.52%
G=24.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170808000.530.530.3303649.02
HexAA5050035352102431
Octal252120120065654104461
Binary101010101010000101000001101011101011000010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5050; }

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

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

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

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

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

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

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

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