#AA524A

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

Shades of Apple Blossom #AA524A

Tints of Apple Blossom #AA524A

Color information

#AA524A (or 0xAA524A) is unknown color: approx Apple Blossom. HEX triplet: AA, 52 and 4A. RGB value is (170,82,74). Sum of RGB (Red+Green+Blue) = 170+82+74=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA524A is #55ADB5. Grayscale: #6B6B6B. Windows color (decimal): -5615030 or 4870826. OLE color: 4870826.

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

Color convert

RGB1708274-
CMYK00.520.560.33
HSL39.34%47.84%-
HSV(B)56.47%66.67%-
XYZ20.8315.088.29-
YUV107.4109.15172.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=52.15%
G=25.15%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170827400.520.560.33539.3447.84
HexAA524A034382152730
Octal252122112064704154760
Binary10101010101001010010100110100111000100001101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA524A; }

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

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

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

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

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

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

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

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