#A85851

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

Shades of Apple Blossom #A85851

Tints of Apple Blossom #A85851

Color information

#A85851 (or 0xA85851) is unknown color: approx Apple Blossom. HEX triplet: A8, 58 and 51. RGB value is (168,88,81). Sum of RGB (Red+Green+Blue) = 168+88+81=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A85851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85851 is #57A7AE. Grayscale: #6F6F6F. Windows color (decimal): -5744559 or 5331112. OLE color: 5331112.

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

Color convert

RGB1688881-
CMYK00.480.520.34
HSL4.83º34.94%48.82%-
HSV(B)4.83º51.79%65.88%-
XYZ21.1215.99.74-
YUV111.12111168.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=49.85%
G=26.11%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168888100.480.520.344.8334.9448.82
HexA85851030342252331
Octal250130121060644254361
Binary10101000101100010100010110000110100100010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85851; }

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

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

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

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

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

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

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

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