#AA524F

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

Shades of Apple Blossom #AA524F

Tints of Apple Blossom #AA524F

Color information

#AA524F (or 0xAA524F) is unknown color: approx Apple Blossom. HEX triplet: AA, 52 and 4F. RGB value is (170,82,79). Sum of RGB (Red+Green+Blue) = 170+82+79=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA524F is #55ADB0. Grayscale: #6C6C6C. Windows color (decimal): -5615025 or 5198506. OLE color: 5198506.

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

Color convert

RGB1708279-
CMYK00.520.540.33
HSL1.98º36.55%48.82%-
HSV(B)1.98º53.53%66.67%-
XYZ21.0115.159.21-
YUV107.97111.65172.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=51.36%
G=24.77%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170827900.520.540.331.9836.5548.82
HexAA524F034362122531
Octal252122117064664124561
Binary1010101010100101001111011010011011010000110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA524F; }

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

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

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

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

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

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

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

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