#A55146

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

Shades of Apple Blossom #A55146

Tints of Apple Blossom #A55146

Color information

#A55146 (or 0xA55146) is unknown color: approx Apple Blossom. HEX triplet: A5, 51 and 46. RGB value is (165,81,70). Sum of RGB (Red+Green+Blue) = 165+81+70=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A55146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55146 is #5AAEB9. Grayscale: #686868. Windows color (decimal): -5942970 or 4608421. OLE color: 4608421.

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

Color convert

RGB1658170-
CMYK00.510.580.35
HSL6.95º40.43%46.08%-
HSV(B)6.95º57.58%64.71%-
XYZ19.5614.337.53-
YUV104.86108.33170.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=52.22%
G=25.63%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165817000.510.580.356.9540.4346.08
HexA551460333A237282e
Octal245121106063724375056
Binary10100101101000110001100110011111010100011111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55146; }

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

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

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

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

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

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

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

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