#AA4F4B

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

Shades of Apple Blossom #AA4F4B

Tints of Apple Blossom #AA4F4B

Color information

#AA4F4B (or 0xAA4F4B) is unknown color: approx Apple Blossom. HEX triplet: AA, 4F and 4B. RGB value is (170,79,75). Sum of RGB (Red+Green+Blue) = 170+79+75=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F4B is #55B0B4. Grayscale: #696969. Windows color (decimal): -5615797 or 4935594. OLE color: 4935594.

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

Color convert

RGB1707975-
CMYK00.540.560.33
HSL2.53º38.78%48.04%-
HSV(B)2.53º55.88%66.67%-
XYZ20.6414.658.4-
YUV105.75110.65173.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=52.47%
G=24.38%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170797500.540.560.332.5338.7848.04
HexAA4F4B036382132730
Octal252117113066704134760
Binary1010101010011111001011011011011100010000111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4F4B; }

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

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

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

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

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

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

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

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