#A25150

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

Shades of Apple Blossom #A25150

Tints of Apple Blossom #A25150

Color information

#A25150 (or 0xA25150) is unknown color: approx Apple Blossom. HEX triplet: A2, 51 and 50. RGB value is (162,81,80). Sum of RGB (Red+Green+Blue) = 162+81+80=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A25150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25150 is #5DAEAF. Grayscale: #696969. Windows color (decimal): -6139568 or 5263778. OLE color: 5263778.

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

Color convert

RGB1628180-
CMYK00.500.510.36
HSL0.73º33.88%47.45%-
HSV(B)0.73º50.62%63.53%-
XYZ19.2914.159.3-
YUV105.1113.84168.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=50.15%
G=25.08%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162818000.500.510.360.7333.8847.45
HexA2515003233241222f
Octal242121120062634414257
Binary101000101010001101000001100101100111001001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25150; }

 p { color: rgb(162,81,80); }

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

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

 a { background-color: rgb(162,81,80); }

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

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

 span { border-color: rgb(162,81,80); }

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