#A55453

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

Shades of Apple Blossom #A55453

Tints of Apple Blossom #A55453

Color information

#A55453 (or 0xA55453) is unknown color: approx Apple Blossom. HEX triplet: A5, 54 and 53. RGB value is (165,84,83). Sum of RGB (Red+Green+Blue) = 165+84+83=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A55453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55453 is #5AABAC. Grayscale: #6C6C6C. Windows color (decimal): -5942189 or 5461157. OLE color: 5461157.

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

Color convert

RGB1658483-
CMYK00.490.500.35
HSL0.73º33.06%48.63%-
HSV(B)0.73º49.7%64.71%-
XYZ20.2514.9610-
YUV108.1113.84168.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 83 (32.81% from 255) = 25%
R=49.70%
G=25.30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165848300.490.500.350.7333.0648.63
HexA55453031322312131
Octal245124123061624314161
Binary101001011010100101001101100011100101000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55453; }

 p { color: rgb(165,84,83); }

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

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

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

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

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

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

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