#AA554F

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

Shades of Apple Blossom #AA554F

Tints of Apple Blossom #AA554F

Color information

#AA554F (or 0xAA554F) is unknown color: approx Apple Blossom. HEX triplet: AA, 55 and 4F. RGB value is (170,85,79). Sum of RGB (Red+Green+Blue) = 170+85+79=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA554F is #55AAB0. Grayscale: #6D6D6D. Windows color (decimal): -5614257 or 5199274. OLE color: 5199274.

HSL color Cylindrical-coordinate representation of color #AA554F: hue angle of 3.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA554F is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1708579-
CMYK00.500.540.33
HSL3.96º36.55%48.82%-
HSV(B)3.96º53.53%66.67%-
XYZ21.2415.619.29-
YUV109.73110.66170.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=50.90%
G=25.45%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170857900.500.540.333.9636.5548.82
HexAA554F032362142531
Octal252125117062664144561
Binary10101010101010110011110110010110110100001100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA554F; }

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

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

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

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

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

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

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

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