#A55552

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

Shades of Apple Blossom #A55552

Tints of Apple Blossom #A55552

Color information

#A55552 (or 0xA55552) is unknown color: approx Apple Blossom. HEX triplet: A5, 55 and 52. RGB value is (165,85,82). Sum of RGB (Red+Green+Blue) = 165+85+82=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A55552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55552 is #5AAAAD. Grayscale: #6C6C6C. Windows color (decimal): -5941934 or 5395877. OLE color: 5395877.

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

Color convert

RGB1658582-
CMYK00.480.500.35
HSL2.17º33.6%48.43%-
HSV(B)2.17º50.3%64.71%-
XYZ20.2915.119.83-
YUV108.58113168.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=49.70%
G=25.60%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165858200.480.500.352.1733.648.43
HexA55552030322322230
Octal245125122060624324260
Binary1010010110101011010010011000011001010001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55552; }

 p { color: rgb(165,85,82); }

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

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

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

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

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

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

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