#AA544A

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

Shades of Apple Blossom #AA544A

Tints of Apple Blossom #AA544A

Color information

#AA544A (or 0xAA544A) is unknown color: approx Apple Blossom. HEX triplet: AA, 54 and 4A. RGB value is (170,84,74). Sum of RGB (Red+Green+Blue) = 170+84+74=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA544A is #55ABB5. Grayscale: #6C6C6C. Windows color (decimal): -5614518 or 4871338. OLE color: 4871338.

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

Color convert

RGB1708474-
CMYK00.510.560.33
HSL6.25º39.34%47.84%-
HSV(B)6.25º56.47%66.67%-
XYZ20.9815.388.34-
YUV108.57108.49171.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=51.83%
G=25.61%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170847400.510.560.336.2539.3447.84
HexAA544A033382162730
Octal252124112063704164760
Binary10101010101010010010100110011111000100001110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA544A; }

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

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

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

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

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

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

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

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