#A95555

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

Shades of Apple Blossom #A95555

Tints of Apple Blossom #A95555

Color information

#A95555 (or 0xA95555) is unknown color: approx Apple Blossom. HEX triplet: A9, 55 and 55. RGB value is (169,85,85). Sum of RGB (Red+Green+Blue) = 169+85+85=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A95555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95555 is #56AAAA. Grayscale: #6E6E6E. Windows color (decimal): -5679787 or 5592489. OLE color: 5592489.

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

Color convert

RGB1698585-
CMYK00.500.500.34
HSL33.07%49.8%-
HSV(B)49.7%66.27%-
XYZ21.2515.5910.48-
YUV110.12113.83170-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=49.85%
G=25.07%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169858500.500.500.34033.0749.8
HexA95555032322202132
Octal251125125062624204162
Binary101010011010101101010101100101100101000100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95555; }

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

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

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

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

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

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

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

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