#AA5347

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

Shades of Apple Blossom #AA5347

Tints of Apple Blossom #AA5347

Color information

#AA5347 (or 0xAA5347) is unknown color: approx Apple Blossom. HEX triplet: AA, 53 and 47. RGB value is (170,83,71). Sum of RGB (Red+Green+Blue) = 170+83+71=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5347 is #55ACB8. Grayscale: #6B6B6B. Windows color (decimal): -5614777 or 4674474. OLE color: 4674474.

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

Color convert

RGB1708371-
CMYK00.510.580.33
HSL7.27º41.08%47.25%-
HSV(B)7.27º58.24%66.67%-
XYZ20.8115.197.8-
YUV107.64107.32172.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=52.47%
G=25.62%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170837100.510.580.337.2741.0847.25
HexAA53470333A217292f
Octal252123107063724175157
Binary10101010101001110001110110011111010100001111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5347; }

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

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

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

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

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

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

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

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