#AA4D44

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

Shades of Apple Blossom #AA4D44

Tints of Apple Blossom #AA4D44

Color information

#AA4D44 (or 0xAA4D44) is unknown color: approx Apple Blossom. HEX triplet: AA, 4D and 44. RGB value is (170,77,68). Sum of RGB (Red+Green+Blue) = 170+77+68=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D44 is #55B2BB. Grayscale: #676767. Windows color (decimal): -5616316 or 4476330. OLE color: 4476330.

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

Color convert

RGB1707768-
CMYK00.550.60.33
HSL5.29º42.86%46.67%-
HSV(B)5.29º60%66.67%-
XYZ20.2714.277.15-
YUV103.78107.81175.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=53.97%
G=24.44%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170776800.550.60.335.2942.8646.67
HexAA4D440373C2152b2f
Octal252115104067744155357
Binary10101010100110110001000110111111100100001101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D44; }

 p { color: rgb(170,77,68); }

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

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

 a { background-color: rgb(170,77,68); }

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

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

 span { border-color: rgb(170,77,68); }

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