#A15454

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

Shades of Apple Blossom #A15454

Tints of Apple Blossom #A15454

Color information

#A15454 (or 0xA15454) is unknown color: approx Apple Blossom. HEX triplet: A1, 54 and 54. RGB value is (161,84,84). Sum of RGB (Red+Green+Blue) = 161+84+84=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A15454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15454 is #5EABAB. Grayscale: #6B6B6B. Windows color (decimal): -6204332 or 5526689. OLE color: 5526689.

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

Color convert

RGB1618484-
CMYK00.480.480.37
HSL31.43%48.04%-
HSV(B)47.83%63.14%-
XYZ19.4714.5610.17-
YUV107.02115.01166.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=48.94%
G=25.53%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161848400.480.480.37031.4348.04
HexA15454030302501f30
Octal241124124060604503760
Binary10100001101010010101000110000110000100101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15454; }

 p { color: rgb(161,84,84); }

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

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

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

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

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

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

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