#A15351

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

Shades of Apple Blossom #A15351

Tints of Apple Blossom #A15351

Color information

#A15351 (or 0xA15351) is unknown color: approx Apple Blossom. HEX triplet: A1, 53 and 51. RGB value is (161,83,81). Sum of RGB (Red+Green+Blue) = 161+83+81=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A15351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15351 is #5EACAE. Grayscale: #6A6A6A. Windows color (decimal): -6204591 or 5329825. OLE color: 5329825.

HSL color Cylindrical-coordinate representation of color #A15351: hue angle of 1.5º degrees, saturation: 0.33, 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 #A15351 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1618381-
CMYK00.480.500.37
HSL1.5º33.06%47.45%-
HSV(B)1.5º49.69%63.14%-
XYZ19.2814.369.54-
YUV106.09113.84167.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=49.54%
G=25.54%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161838100.480.500.371.533.0647.45
HexA1535103032252212f
Octal241123121060624524157
Binary1010000110100111010001011000011001010010110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15351; }

 p { color: rgb(161,83,81); }

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

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

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

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

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

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

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