#AA4B47

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

Shades of Apple Blossom #AA4B47

Tints of Apple Blossom #AA4B47

Color information

#AA4B47 (or 0xAA4B47) is unknown color: approx Apple Blossom. HEX triplet: AA, 4B and 47. RGB value is (170,75,71). Sum of RGB (Red+Green+Blue) = 170+75+71=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B47 is #55B4B8. Grayscale: #676767. Windows color (decimal): -5616825 or 4672426. OLE color: 4672426.

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

Color convert

RGB1707571-
CMYK00.560.580.33
HSL2.42º41.08%47.25%-
HSV(B)2.42º58.24%66.67%-
XYZ20.2314.037.6-
YUV102.95109.97175.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 71 (28.12% from 255) = 22.47%
R=53.80%
G=23.73%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170757100.560.580.332.4241.0847.25
HexAA4B470383A212292f
Octal252113107070724125157
Binary1010101010010111000111011100011101010000110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B47; }

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

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

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

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

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

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

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

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