#AA4D4B

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

Shades of Apple Blossom #AA4D4B

Tints of Apple Blossom #AA4D4B

Color information

#AA4D4B (or 0xAA4D4B) is unknown color: approx Apple Blossom. HEX triplet: AA, 4D and 4B. RGB value is (170,77,75). Sum of RGB (Red+Green+Blue) = 170+77+75=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D4B is #55B2B4. Grayscale: #686868. Windows color (decimal): -5616309 or 4935082. OLE color: 4935082.

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

Color convert

RGB1707775-
CMYK00.550.560.33
HSL1.26º38.78%48.04%-
HSV(B)1.26º55.88%66.67%-
XYZ20.514.368.35-
YUV104.58111.31174.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 77 (30.47% from 255) = 23.91%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=52.80%
G=23.91%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170777500.550.560.331.2638.7848.04
HexAA4D4B037382112730
Octal252115113067704114760
Binary101010101001101100101101101111110001000011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D4B; }

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

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

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

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

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

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

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

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