#A85451

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

Shades of Apple Blossom #A85451

Tints of Apple Blossom #A85451

Color information

#A85451 (or 0xA85451) is unknown color: approx Apple Blossom. HEX triplet: A8, 54 and 51. RGB value is (168,84,81). Sum of RGB (Red+Green+Blue) = 168+84+81=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A85451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85451 is #57ABAE. Grayscale: #6C6C6C. Windows color (decimal): -5745583 or 5330088. OLE color: 5330088.

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

Color convert

RGB1688481-
CMYK00.50.520.34
HSL2.07º34.94%48.82%-
HSV(B)2.07º51.79%65.88%-
XYZ20.815.269.63-
YUV108.77112.33170.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=50.45%
G=25.23%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168848100.50.520.342.0734.9448.82
HexA85451032342222331
Octal250124121062644224361
Binary1010100010101001010001011001011010010001010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85451; }

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

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

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

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

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

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

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

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