#A25550

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

Shades of Apple Blossom #A25550

Tints of Apple Blossom #A25550

Color information

#A25550 (or 0xA25550) is unknown color: approx Apple Blossom. HEX triplet: A2, 55 and 50. RGB value is (162,85,80). Sum of RGB (Red+Green+Blue) = 162+85+80=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A25550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25550 is #5DAAAF. Grayscale: #6B6B6B. Windows color (decimal): -6138544 or 5264802. OLE color: 5264802.

HSL color Cylindrical-coordinate representation of color #A25550: hue angle of 3.66º 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 #A25550 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1628580-
CMYK00.480.510.36
HSL3.66º33.88%47.45%-
HSV(B)3.66º50.62%63.53%-
XYZ19.614.769.41-
YUV107.45112.51166.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=49.54%
G=25.99%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162858000.480.510.363.6633.8847.45
HexA2555003033244222f
Octal242125120060634444257
Binary10100010101010110100000110000110011100100100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25550; }

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

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

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

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

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

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

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

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