#A25856

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

Shades of Apple Blossom #A25856

Tints of Apple Blossom #A25856

Color information

#A25856 (or 0xA25856) is unknown color: approx Apple Blossom. HEX triplet: A2, 58 and 56. RGB value is (162,88,86). Sum of RGB (Red+Green+Blue) = 162+88+86=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A25856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25856 is #5DA7A9. Grayscale: #6D6D6D. Windows color (decimal): -6137770 or 5658786. OLE color: 5658786.

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

Color convert

RGB1628886-
CMYK00.460.470.36
HSL1.58º30.65%48.63%-
HSV(B)1.58º46.91%63.53%-
XYZ20.0715.3310.71-
YUV109.9114.52165.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=48.21%
G=26.19%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162888600.460.470.361.5830.6548.63
HexA2585602E2F2421f31
Octal242130126056574423761
Binary101000101011000101011001011101011111001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25856; }

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

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

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

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

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

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

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

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