#AA564C

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

Shades of Apple Blossom #AA564C

Tints of Apple Blossom #AA564C

Color information

#AA564C (or 0xAA564C) is unknown color: approx Apple Blossom. HEX triplet: AA, 56 and 4C. RGB value is (170,86,76). Sum of RGB (Red+Green+Blue) = 170+86+76=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA564C is #55A9B3. Grayscale: #6E6E6E. Windows color (decimal): -5614004 or 5002922. OLE color: 5002922.

HSL color Cylindrical-coordinate representation of color #AA564C: hue angle of 6.38º 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 #AA564C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB1708676-
CMYK00.490.550.33
HSL6.38º38.21%48.24%-
HSV(B)6.38º55.29%66.67%-
XYZ21.2115.728.75-
YUV109.98108.83170.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=51.20%
G=25.90%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170867600.490.550.336.3838.2148.24
HexAA564C031372162630
Octal252126114061674164660
Binary10101010101011010011000110001110111100001110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA564C; }

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

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

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

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

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

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

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

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