#A95856

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

Shades of Apple Blossom #A95856

Tints of Apple Blossom #A95856

Color information

#A95856 (or 0xA95856) is unknown color: approx Apple Blossom. HEX triplet: A9, 58 and 56. RGB value is (169,88,86). Sum of RGB (Red+Green+Blue) = 169+88+86=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A95856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95856 is #56A7A9. Grayscale: #707070. Windows color (decimal): -5679018 or 5658793. OLE color: 5658793.

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

Color convert

RGB1698886-
CMYK00.480.490.34
HSL1.45º32.55%50%-
HSV(B)1.45º49.11%66.27%-
XYZ21.5316.0910.77-
YUV111.99113.34168.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 86 (33.98% from 255) = 25.07%
R=49.27%
G=25.66%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169888600.480.490.341.4532.5550
HexA95856030312212132
Octal251130126060614214162
Binary101010011011000101011001100001100011000101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95856; }

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

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

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

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

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

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

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

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