#A55149

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

Shades of Apple Blossom #A55149

Tints of Apple Blossom #A55149

Color information

#A55149 (or 0xA55149) is unknown color: approx Apple Blossom. HEX triplet: A5, 51 and 49. RGB value is (165,81,73). Sum of RGB (Red+Green+Blue) = 165+81+73=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55149 is #5AAEB6. Grayscale: #696969. Windows color (decimal): -5942967 or 4805029. OLE color: 4805029.

HSL color Cylindrical-coordinate representation of color #A55149: hue angle of 5.22º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55149 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1658173-
CMYK00.510.560.35
HSL5.22º38.66%46.67%-
HSV(B)5.22º55.76%64.71%-
XYZ19.6614.378.04-
YUV105.2109.83170.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=51.72%
G=25.39%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165817300.510.560.355.2238.6646.67
HexA5514903338235272f
Octal245121111063704354757
Binary10100101101000110010010110011111000100011101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55149; }

 p { color: rgb(165,81,73); }

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

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

 a { background-color: rgb(165,81,73); }

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

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

 span { border-color: rgb(165,81,73); }

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