#AA5248

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

Shades of Apple Blossom #AA5248

Tints of Apple Blossom #AA5248

Color information

#AA5248 (or 0xAA5248) is unknown color: approx Apple Blossom. HEX triplet: AA, 52 and 48. RGB value is (170,82,72). Sum of RGB (Red+Green+Blue) = 170+82+72=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5248 is #55ADB7. Grayscale: #6B6B6B. Windows color (decimal): -5615032 or 4739754. OLE color: 4739754.

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

Color convert

RGB1708272-
CMYK00.520.580.33
HSL6.12º40.5%47.45%-
HSV(B)6.12º57.65%66.67%-
XYZ20.7615.057.94-
YUV107.17108.15172.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=52.47%
G=25.31%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170827200.520.580.336.1240.547.45
HexAA52480343A216282f
Octal252122110064724165057
Binary10101010101001010010000110100111010100001110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5248; }

 p { color: rgb(170,82,72); }

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

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

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

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

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

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

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