#A85953

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

Shades of Apple Blossom #A85953

Tints of Apple Blossom #A85953

Color information

#A85953 (or 0xA85953) is unknown color: approx Apple Blossom. HEX triplet: A8, 59 and 53. RGB value is (168,89,83). Sum of RGB (Red+Green+Blue) = 168+89+83=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A85953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85953 is #57A6AC. Grayscale: #707070. Windows color (decimal): -5744301 or 5462440. OLE color: 5462440.

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

Color convert

RGB1688983-
CMYK00.470.510.34
HSL4.24º33.86%49.22%-
HSV(B)4.24º50.6%65.88%-
XYZ21.2816.0910.17-
YUV111.94111.67167.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.41%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=49.41%
G=26.18%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168898300.470.510.344.2433.8649.22
HexA8595302F332242231
Octal250131123057634244261
Binary10101000101100110100110101111110011100010100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85953; }

 p { color: rgb(168,89,83); }

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

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

 a { background-color: rgb(168,89,83); }

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

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

 span { border-color: rgb(168,89,83); }

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