#A55757

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

Shades of Apple Blossom #A55757

Tints of Apple Blossom #A55757

Color information

#A55757 (or 0xA55757) is unknown color: approx Apple Blossom. HEX triplet: A5, 57 and 57. RGB value is (165,87,87). Sum of RGB (Red+Green+Blue) = 165+87+87=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A55757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55757 is #5AA8A8. Grayscale: #6E6E6E. Windows color (decimal): -5941417 or 5724069. OLE color: 5724069.

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

Color convert

RGB1658787-
CMYK00.470.470.35
HSL30.95%49.41%-
HSV(B)47.27%64.71%-
XYZ20.6515.510.92-
YUV110.32114.84167-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=48.67%
G=25.66%
B=25.66%

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
Decimal165878700.470.470.35030.9549.41
HexA5575702F2F2301f31
Octal245127127057574303761
Binary10100101101011110101110101111101111100011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55757; }

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

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

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

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

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

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

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

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