#A85147

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

Shades of Apple Blossom #A85147

Tints of Apple Blossom #A85147

Color information

#A85147 (or 0xA85147) is unknown color: approx Apple Blossom. HEX triplet: A8, 51 and 47. RGB value is (168,81,71). Sum of RGB (Red+Green+Blue) = 168+81+71=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A85147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85147 is #57AEB8. Grayscale: #6A6A6A. Windows color (decimal): -5746361 or 4673960. OLE color: 4673960.

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

Color convert

RGB1688171-
CMYK00.520.580.34
HSL6.19º40.59%46.86%-
HSV(B)6.19º57.74%65.88%-
XYZ20.2314.667.73-
YUV105.87108.32172.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=52.5%
G=25.31%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168817100.520.580.346.1940.5946.86
HexA851470343A226292f
Octal250121107064724265157
Binary10101000101000110001110110100111010100010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85147; }

 p { color: rgb(168,81,71); }

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

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

 a { background-color: rgb(168,81,71); }

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

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

 span { border-color: rgb(168,81,71); }

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