#A15550

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

Shades of Apple Blossom #A15550

Tints of Apple Blossom #A15550

Color information

#A15550 (or 0xA15550) is unknown color: approx Apple Blossom. HEX triplet: A1, 55 and 50. RGB value is (161,85,80). Sum of RGB (Red+Green+Blue) = 161+85+80=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A15550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15550 is #5EAAAF. Grayscale: #6B6B6B. Windows color (decimal): -6204080 or 5264801. OLE color: 5264801.

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

Color convert

RGB1618580-
CMYK00.470.500.37
HSL3.7º33.61%47.25%-
HSV(B)3.7º50.31%63.14%-
XYZ19.3914.659.4-
YUV107.15112.68166.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=49.39%
G=26.07%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161858000.470.500.373.733.6147.25
HexA1555002F32254222f
Octal241125120057624544257
Binary10100001101010110100000101111110010100101100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15550; }

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

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

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

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

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

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

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

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