#A85752

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

Shades of Apple Blossom #A85752

Tints of Apple Blossom #A85752

Color information

#A85752 (or 0xA85752) is unknown color: approx Apple Blossom. HEX triplet: A8, 57 and 52. RGB value is (168,87,82). Sum of RGB (Red+Green+Blue) = 168+87+82=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A85752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85752 is #57A8AD. Grayscale: #6E6E6E. Windows color (decimal): -5744814 or 5396392. OLE color: 5396392.

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

Color convert

RGB1688782-
CMYK00.480.510.34
HSL3.49º34.4%49.02%-
HSV(B)3.49º51.19%65.88%-
XYZ21.0815.759.91-
YUV110.65111.84168.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=49.85%
G=25.82%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168878200.480.510.343.4934.449.02
HexA85752030332232231
Octal250127122060634234261
Binary1010100010101111010010011000011001110001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85752; }

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

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

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

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

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

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

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

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