#A85468

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

Shades of Blush #A85468

Tints of Blush #A85468

Color information

#A85468 (or 0xA85468) is unknown color: approx Blush. HEX triplet: A8, 54 and 68. RGB value is (168,84,104). Sum of RGB (Red+Green+Blue) = 168+84+104=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A85468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85468 is #57AB97. Grayscale: #6F6F6F. Windows color (decimal): -5745560 or 6837416. OLE color: 6837416.

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

Color convert

RGB16884104-
CMYK00.50.380.34
HSL345.71º33.33%49.41%-
HSV(B)345.71º50%65.88%-
XYZ21.8215.6614.97-
YUV111.4123.83168.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=47.19%
G=23.60%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688410400.50.380.34345.7133.3349.41
HexA85468032262215a2131
Octal25012415006246425324161
Binary10101000101010011010000110010100110100010101011010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85468; }

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

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

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

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

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

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

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

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