#AA5243

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

Shades of Apple Blossom #AA5243

Tints of Apple Blossom #AA5243

Color information

#AA5243 (or 0xAA5243) is unknown color: approx Apple Blossom. HEX triplet: AA, 52 and 43. RGB value is (170,82,67). Sum of RGB (Red+Green+Blue) = 170+82+67=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5243 is #55ADBC. Grayscale: #6A6A6A. Windows color (decimal): -5615037 or 4412074. OLE color: 4412074.

HSL color Cylindrical-coordinate representation of color #AA5243: hue angle of 8.74º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5243 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1708267-
CMYK00.520.610.33
HSL8.74º43.46%46.47%-
HSV(B)8.74º60.59%66.67%-
XYZ20.6114.997.12-
YUV106.6105.65173.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=53.29%
G=25.71%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170826700.520.610.338.7443.4646.47
HexAA52430343D2192b2e
Octal2521221030647541115356
Binary101010101010010100001101101001111011000011001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5243; }

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

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

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

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

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

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

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

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