#AA554A

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

Shades of Apple Blossom #AA554A

Tints of Apple Blossom #AA554A

Color information

#AA554A (or 0xAA554A) is unknown color: approx Apple Blossom. HEX triplet: AA, 55 and 4A. RGB value is (170,85,74). Sum of RGB (Red+Green+Blue) = 170+85+74=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA554A is #55AAB5. Grayscale: #6D6D6D. Windows color (decimal): -5614262 or 4871594. OLE color: 4871594.

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

Color convert

RGB1708574-
CMYK00.500.560.33
HSL6.88º39.34%47.84%-
HSV(B)6.88º56.47%66.67%-
XYZ21.0615.548.37-
YUV109.16108.16171.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=51.67%
G=25.84%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170857400.500.560.336.8839.3447.84
HexAA554A032382172730
Octal252125112062704174760
Binary10101010101010110010100110010111000100001111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA554A; }

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

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

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

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

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

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

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

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