#A25855

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

Shades of Apple Blossom #A25855

Tints of Apple Blossom #A25855

Color information

#A25855 (or 0xA25855) is unknown color: approx Apple Blossom. HEX triplet: A2, 58 and 55. RGB value is (162,88,85). Sum of RGB (Red+Green+Blue) = 162+88+85=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25855 is #5DA7AA. Grayscale: #6D6D6D. Windows color (decimal): -6137771 or 5593250. OLE color: 5593250.

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

Color convert

RGB1628885-
CMYK00.460.480.36
HSL2.34º31.17%48.43%-
HSV(B)2.34º47.53%63.53%-
XYZ20.0315.3210.5-
YUV109.78114.02165.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=48.36%
G=26.27%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162888500.460.480.362.3431.1748.43
HexA2585502E302421f30
Octal242130125056604423760
Binary101000101011000101010101011101100001001001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25855; }

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

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

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

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

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

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

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

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