#AA4C4B

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

Shades of Apple Blossom #AA4C4B

Tints of Apple Blossom #AA4C4B

Color information

#AA4C4B (or 0xAA4C4B) is unknown color: approx Apple Blossom. HEX triplet: AA, 4C and 4B. RGB value is (170,76,75). Sum of RGB (Red+Green+Blue) = 170+76+75=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C4B is #55B3B4. Grayscale: #686868. Windows color (decimal): -5616565 or 4934826. OLE color: 4934826.

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

Color convert

RGB1707675-
CMYK00.550.560.33
HSL0.63º38.78%48.04%-
HSV(B)0.63º55.88%66.67%-
XYZ20.4314.228.33-
YUV103.99111.64175.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=52.96%
G=23.68%
B=23.36%

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
Decimal170767500.550.560.330.6338.7848.04
HexAA4C4B037382112730
Octal252114113067704114760
Binary101010101001100100101101101111110001000011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C4B; }

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

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

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

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

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

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

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

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