#A25857

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

Shades of Apple Blossom #A25857

Tints of Apple Blossom #A25857

Color information

#A25857 (or 0xA25857) is unknown color: approx Apple Blossom. HEX triplet: A2, 58 and 57. RGB value is (162,88,87). Sum of RGB (Red+Green+Blue) = 162+88+87=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A25857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25857 is #5DA7A8. Grayscale: #6E6E6E. Windows color (decimal): -6137769 or 5724322. OLE color: 5724322.

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

Color convert

RGB1628887-
CMYK00.460.460.36
HSL0.8º30.12%48.82%-
HSV(B)0.8º46.3%63.53%-
XYZ20.1115.3510.92-
YUV110.01115.02165.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=48.07%
G=26.11%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162888700.460.460.360.830.1248.82
HexA2585702E2E2411e31
Octal242130127056564413661
Binary10100010101100010101110101110101110100100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25857; }

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

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

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

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

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

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

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

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