#A15955

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

Shades of Apple Blossom #A15955

Tints of Apple Blossom #A15955

Color information

#A15955 (or 0xA15955) is unknown color: approx Apple Blossom. HEX triplet: A1, 59 and 55. RGB value is (161,89,85). Sum of RGB (Red+Green+Blue) = 161+89+85=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A15955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15955 is #5EA6AA. Grayscale: #6E6E6E. Windows color (decimal): -6203051 or 5593505. OLE color: 5593505.

HSL color Cylindrical-coordinate representation of color #A15955: hue angle of 3.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15955 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB1618985-
CMYK00.450.470.37
HSL3.16º30.89%48.24%-
HSV(B)3.16º47.2%63.14%-
XYZ19.9115.3810.51-
YUV110.07113.85164.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=48.06%
G=26.57%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161898500.450.470.373.1630.8948.24
HexA1595502D2F2531f30
Octal241131125055574533760
Binary101000011011001101010101011011011111001011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15955; }

 p { color: rgb(161,89,85); }

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

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

 a { background-color: rgb(161,89,85); }

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

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

 span { border-color: rgb(161,89,85); }

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