#A95755

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

Shades of Apple Blossom #A95755

Tints of Apple Blossom #A95755

Color information

#A95755 (or 0xA95755) is unknown color: approx Apple Blossom. HEX triplet: A9, 57 and 55. RGB value is (169,87,85). Sum of RGB (Red+Green+Blue) = 169+87+85=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A95755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95755 is #56A8AA. Grayscale: #6F6F6F. Windows color (decimal): -5679275 or 5593001. OLE color: 5593001.

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

Color convert

RGB1698785-
CMYK00.490.500.34
HSL1.43º33.07%49.8%-
HSV(B)1.43º49.7%66.27%-
XYZ21.4115.9110.54-
YUV111.29113.17169.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=49.56%
G=25.51%
B=24.93%

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
Decimal169878500.490.500.341.4333.0749.8
HexA95755031322212132
Octal251127125061624214162
Binary101010011010111101010101100011100101000101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95755; }

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

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

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

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

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

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

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

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