#A95655

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

Shades of Apple Blossom #A95655

Tints of Apple Blossom #A95655

Color information

#A95655 (or 0xA95655) is unknown color: approx Apple Blossom. HEX triplet: A9, 56 and 55. RGB value is (169,86,85). Sum of RGB (Red+Green+Blue) = 169+86+85=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A95655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95655 is #56A9AA. Grayscale: #6E6E6E. Windows color (decimal): -5679531 or 5592745. OLE color: 5592745.

HSL color Cylindrical-coordinate representation of color #A95655: hue angle of 0.71º 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 #A95655 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB1698685-
CMYK00.490.500.34
HSL0.71º33.07%49.8%-
HSV(B)0.71º49.7%66.27%-
XYZ21.3315.7510.51-
YUV110.7113.5169.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 85 (33.59% from 255) = 25%
R=49.71%
G=25.29%
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.34
SystemRedGreenBlueCMYKHSL
Decimal169868500.490.500.340.7133.0749.8
HexA95655031322212132
Octal251126125061624214162
Binary101010011010110101010101100011100101000101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95655; }

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

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

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

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

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

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

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

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