#A85453

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

Shades of Apple Blossom #A85453

Tints of Apple Blossom #A85453

Color information

#A85453 (or 0xA85453) is unknown color: approx Apple Blossom. HEX triplet: A8, 54 and 53. RGB value is (168,84,83). Sum of RGB (Red+Green+Blue) = 168+84+83=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A85453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85453 is #57ABAC. Grayscale: #6D6D6D. Windows color (decimal): -5745581 or 5461160. OLE color: 5461160.

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

Color convert

RGB1688483-
CMYK00.50.510.34
HSL0.71º33.86%49.22%-
HSV(B)0.71º50.6%65.88%-
XYZ20.8815.2910.03-
YUV109113.33170.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=50.15%
G=25.07%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168848300.50.510.340.7133.8649.22
HexA85453032332212231
Octal250124123062634214261
Binary101010001010100101001101100101100111000101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85453; }

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

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

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

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

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

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

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

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