#A25148

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

Shades of Apple Blossom #A25148

Tints of Apple Blossom #A25148

Color information

#A25148 (or 0xA25148) is unknown color: approx Apple Blossom. HEX triplet: A2, 51 and 48. RGB value is (162,81,72). Sum of RGB (Red+Green+Blue) = 162+81+72=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25148 is #5DAEB7. Grayscale: #686868. Windows color (decimal): -6139576 or 4739490. OLE color: 4739490.

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

Color convert

RGB1628172-
CMYK00.500.560.36
HSL38.46%45.88%-
HSV(B)55.56%63.53%-
XYZ19.0114.037.84-
YUV104.19109.84169.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=51.43%
G=25.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162817200.500.560.36638.4645.88
HexA2514803238246262e
Octal242121110062704464656
Binary10100010101000110010000110010111000100100110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25148; }

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

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

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

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

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

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

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

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