#aa4a46

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

Shades of Apple Blossom #AA4A46

Tints of Apple Blossom #AA4A46

Color information

#AA4A46 (or 0xAA4A46) is unknown color: approx Apple Blossom. HEX triplet: AA, 4A and 46. RGB value is (170,74,70). Sum of RGB (Red+Green+Blue) = 170+74+70=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A46 is #55B5B9. Grayscale: #666666. Windows color (decimal): -5617082 or 4606634. OLE color: 4606634.

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

Color convert

RGB1707470-
CMYK00.560.590.33
HSL2.4º41.67%47.06%-
HSV(B)2.4º58.82%66.67%-
XYZ20.1313.897.41-
YUV102.25109.8176.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 74 (29.30% from 255) = 23.57%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=54.14%
G=23.57%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170747000.560.590.332.441.6747.06
HexAA4A460383B2122a2f
Octal252112106070734125257
Binary1010101010010101000110011100011101110000110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4a46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4a46; }

 p { color: rgb(170,74,70); }

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

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

 a { background-color: rgb(170,74,70); }

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

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

 span { border-color: rgb(170,74,70); }

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