#A25151

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

Shades of Apple Blossom #A25151

Tints of Apple Blossom #A25151

Color information

#A25151 (or 0xA25151) is unknown color: approx Apple Blossom. HEX triplet: A2, 51 and 51. RGB value is (162,81,81). Sum of RGB (Red+Green+Blue) = 162+81+81=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A25151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25151 is #5DAEAE. Grayscale: #696969. Windows color (decimal): -6139567 or 5329314. OLE color: 5329314.

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

Color convert

RGB1628181-
CMYK00.500.500.36
HSL33.33%47.65%-
HSV(B)50%63.53%-
XYZ19.3314.169.5-
YUV105.22114.34168.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162818100.500.500.36033.3347.65
HexA25151032322402130
Octal242121121062624404160
Binary101000101010001101000101100101100101001000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25151; }

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

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

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

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

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

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

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

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