#AA524C

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

Shades of Apple Blossom #AA524C

Tints of Apple Blossom #AA524C

Color information

#AA524C (or 0xAA524C) is unknown color: approx Apple Blossom. HEX triplet: AA, 52 and 4C. RGB value is (170,82,76). Sum of RGB (Red+Green+Blue) = 170+82+76=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA524C is #55ADB3. Grayscale: #6B6B6B. Windows color (decimal): -5615028 or 5001898. OLE color: 5001898.

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

Color convert

RGB1708276-
CMYK00.520.550.33
HSL3.83º38.21%48.24%-
HSV(B)3.83º55.29%66.67%-
XYZ20.915.18.65-
YUV107.63110.15172.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=51.83%
G=25%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170827600.520.550.333.8338.2148.24
HexAA524C034372142630
Octal252122114064674144660
Binary10101010101001010011000110100110111100001100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA524C; }

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

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

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

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

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

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

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

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