#A95B56

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

Shades of Apple Blossom #A95B56

Tints of Apple Blossom #A95B56

Color information

#A95B56 (or 0xA95B56) is unknown color: approx Apple Blossom. HEX triplet: A9, 5B and 56. RGB value is (169,91,86). Sum of RGB (Red+Green+Blue) = 169+91+86=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95B56 is #56A4A9. Grayscale: #717171. Windows color (decimal): -5678250 or 5659561. OLE color: 5659561.

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

Color convert

RGB1699186-
CMYK00.460.490.34
HSL3.61º32.55%50%-
HSV(B)3.61º49.11%66.27%-
XYZ21.7816.5910.86-
YUV113.75112.34167.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=48.84%
G=26.30%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169918600.460.490.343.6132.5550
HexA95B5602E312242132
Octal251133126056614244162
Binary10101001101101110101100101110110001100010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B56; }

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

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

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

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

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

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

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

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