#A85A53

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

Shades of Apple Blossom #A85A53

Tints of Apple Blossom #A85A53

Color information

#A85A53 (or 0xA85A53) is unknown color: approx Apple Blossom. HEX triplet: A8, 5A and 53. RGB value is (168,90,83). Sum of RGB (Red+Green+Blue) = 168+90+83=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A53 is #57A5AC. Grayscale: #707070. Windows color (decimal): -5744045 or 5462696. OLE color: 5462696.

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

Color convert

RGB1689083-
CMYK00.460.510.34
HSL4.94º33.86%49.22%-
HSV(B)4.94º50.6%65.88%-
XYZ21.3716.2610.2-
YUV112.52111.34167.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.27%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=49.27%
G=26.39%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168908300.460.510.344.9433.8649.22
HexA85A5302E332252231
Octal250132123056634254261
Binary10101000101101010100110101110110011100010101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A53; }

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

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

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

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

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

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

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

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