#A35555

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

Shades of Apple Blossom #A35555

Tints of Apple Blossom #A35555

Color information

#A35555 (or 0xA35555) is unknown color: approx Apple Blossom. HEX triplet: A3, 55 and 55. RGB value is (163,85,85). Sum of RGB (Red+Green+Blue) = 163+85+85=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A35555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35555 is #5CAAAA. Grayscale: #6C6C6C. Windows color (decimal): -6073003 or 5592483. OLE color: 5592483.

HSL color Cylindrical-coordinate representation of color #A35555: 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.48%. Process color model (Four color, CMYK) of #A35555 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1638585-
CMYK00.480.480.36
HSL31.45%48.63%-
HSV(B)47.85%63.92%-
XYZ19.9914.9410.42-
YUV108.32114.84167-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=48.95%
G=25.53%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163858500.480.480.36031.4548.63
HexA35555030302401f31
Octal243125125060604403761
Binary10100011101010110101010110000110000100100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35555; }

 p { color: rgb(163,85,85); }

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

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

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

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

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

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

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