#AA5951

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

Shades of Apple Blossom #AA5951

Tints of Apple Blossom #AA5951

Color information

#AA5951 (or 0xAA5951) is unknown color: approx Apple Blossom. HEX triplet: AA, 59 and 51. RGB value is (170,89,81). Sum of RGB (Red+Green+Blue) = 170+89+81=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5951 is #55A6AE. Grayscale: #707070. Windows color (decimal): -5613231 or 5331370. OLE color: 5331370.

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

Color convert

RGB1708981-
CMYK00.480.520.33
HSL5.39º35.46%49.22%-
HSV(B)5.39º52.35%66.67%-
XYZ21.6416.289.79-
YUV112.31110.34169.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=50%
G=26.18%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170898100.480.520.335.3935.4649.22
HexAA5951030342152331
Octal252131121060644154361
Binary10101010101100110100010110000110100100001101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5951; }

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

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

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

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

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

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

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

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