#AA504F

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

Shades of Apple Blossom #AA504F

Tints of Apple Blossom #AA504F

Color information

#AA504F (or 0xAA504F) is unknown color: approx Apple Blossom. HEX triplet: AA, 50 and 4F. RGB value is (170,80,79). Sum of RGB (Red+Green+Blue) = 170+80+79=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA504F is #55AFB0. Grayscale: #6A6A6A. Windows color (decimal): -5615537 or 5197994. OLE color: 5197994.

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

Color convert

RGB1708079-
CMYK00.530.540.33
HSL0.66º36.55%48.82%-
HSV(B)0.66º53.53%66.67%-
XYZ20.8614.859.16-
YUV106.8112.32173.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=51.67%
G=24.32%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170807900.530.540.330.6636.5548.82
HexAA504F035362112531
Octal252120117065664114561
Binary101010101010000100111101101011101101000011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA504F; }

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

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

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

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

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

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

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

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