#A85246

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

Shades of Apple Blossom #A85246

Tints of Apple Blossom #A85246

Color information

#A85246 (or 0xA85246) is unknown color: approx Apple Blossom. HEX triplet: A8, 52 and 46. RGB value is (168,82,70). Sum of RGB (Red+Green+Blue) = 168+82+70=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A85246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85246 is #57ADB9. Grayscale: #6A6A6A. Windows color (decimal): -5746106 or 4608680. OLE color: 4608680.

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

Color convert

RGB1688270-
CMYK00.510.580.34
HSL7.35º41.18%46.67%-
HSV(B)7.35º58.33%65.88%-
XYZ20.2714.87.58-
YUV106.35107.49171.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=52.5%
G=25.62%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168827000.510.580.347.3541.1846.67
HexA852460333A227292f
Octal250122106063724275157
Binary10101000101001010001100110011111010100010111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85246; }

 p { color: rgb(168,82,70); }

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

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

 a { background-color: rgb(168,82,70); }

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

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

 span { border-color: rgb(168,82,70); }

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