#A25655

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

Shades of Apple Blossom #A25655

Tints of Apple Blossom #A25655

Color information

#A25655 (or 0xA25655) is unknown color: approx Apple Blossom. HEX triplet: A2, 56 and 55. RGB value is (162,86,85). Sum of RGB (Red+Green+Blue) = 162+86+85=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A25655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25655 is #5DA9AA. Grayscale: #6C6C6C. Windows color (decimal): -6138283 or 5592738. OLE color: 5592738.

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

Color convert

RGB1628685-
CMYK00.470.480.36
HSL0.78º31.17%48.43%-
HSV(B)0.78º47.53%63.53%-
XYZ19.8714.9910.44-
YUV108.61114.68166.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=48.65%
G=25.83%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162868500.470.480.360.7831.1748.43
HexA2565502F302411f30
Octal242126125057604413760
Binary10100010101011010101010101111110000100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25655; }

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

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

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

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

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

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

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

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