#AA4B46

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

Shades of Apple Blossom #AA4B46

Tints of Apple Blossom #AA4B46

Color information

#AA4B46 (or 0xAA4B46) is unknown color: approx Apple Blossom. HEX triplet: AA, 4B and 46. RGB value is (170,75,70). Sum of RGB (Red+Green+Blue) = 170+75+70=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B46 is #55B4B9. Grayscale: #666666. Windows color (decimal): -5616826 or 4606890. OLE color: 4606890.

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

Color convert

RGB1707570-
CMYK00.560.590.33
HSL41.67%47.06%-
HSV(B)58.82%66.67%-
XYZ20.214.027.44-
YUV102.84109.47175.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=53.97%
G=23.81%
B=22.22%

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
Decimal170757000.560.590.33341.6747.06
HexAA4B460383B2132a2f
Octal252113106070734135257
Binary1010101010010111000110011100011101110000111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B46; }

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

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

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

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

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

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

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

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