#A55858

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

Shades of Apple Blossom #A55858

Tints of Apple Blossom #A55858

Color information

#A55858 (or 0xA55858) is unknown color: approx Apple Blossom. HEX triplet: A5, 58 and 58. RGB value is (165,88,88). Sum of RGB (Red+Green+Blue) = 165+88+88=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A55858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55858 is #5AA7A7. Grayscale: #6F6F6F. Windows color (decimal): -5941160 or 5789861. OLE color: 5789861.

HSL color Cylindrical-coordinate representation of color #A55858: hue angle of 0º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55858 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1658888-
CMYK00.470.470.35
HSL30.43%49.61%-
HSV(B)46.67%64.71%-
XYZ20.7715.6811.17-
YUV111.02115.01166.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=48.39%
G=25.81%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165888800.470.470.35030.4349.61
HexA5585802F2F2301e32
Octal245130130057574303662
Binary10100101101100010110000101111101111100011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55858; }

 p { color: rgb(165,88,88); }

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

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

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

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

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

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

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