#A25656

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

Shades of Apple Blossom #A25656

Tints of Apple Blossom #A25656

Color information

#A25656 (or 0xA25656) is unknown color: approx Apple Blossom. HEX triplet: A2, 56 and 56. RGB value is (162,86,86). Sum of RGB (Red+Green+Blue) = 162+86+86=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A25656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25656 is #5DA9A9. Grayscale: #6C6C6C. Windows color (decimal): -6138282 or 5658274. OLE color: 5658274.

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

Color convert

RGB1628686-
CMYK00.470.470.36
HSL30.65%48.63%-
HSV(B)46.91%63.53%-
XYZ19.9115.0110.65-
YUV108.72115.18166-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=48.50%
G=25.75%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162868600.470.470.36030.6548.63
HexA2565602F2F2401f31
Octal242126126057574403761
Binary10100010101011010101100101111101111100100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25656; }

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

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

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

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

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

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

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

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