#A85352

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

Shades of Apple Blossom #A85352

Tints of Apple Blossom #A85352

Color information

#A85352 (or 0xA85352) is unknown color: approx Apple Blossom. HEX triplet: A8, 53 and 52. RGB value is (168,83,82). Sum of RGB (Red+Green+Blue) = 168+83+82=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A85352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85352 is #57ACAD. Grayscale: #6C6C6C. Windows color (decimal): -5745838 or 5395368. OLE color: 5395368.

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

Color convert

RGB1688382-
CMYK00.510.510.34
HSL0.7º34.4%49.02%-
HSV(B)0.7º51.19%65.88%-
XYZ20.7615.129.81-
YUV108.3113.16170.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=50.45%
G=24.92%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168838200.510.510.340.734.449.02
HexA85352033332212231
Octal250123122063634214261
Binary101010001010011101001001100111100111000101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85352; }

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

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

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

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

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

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

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

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