#A65970

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

Shades of Blush #A65970

Tints of Blush #A65970

Color information

#A65970 (or 0xA65970) is unknown color: approx Blush. HEX triplet: A6, 59 and 70. RGB value is (166,89,112). Sum of RGB (Red+Green+Blue) = 166+89+112=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A65970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65970 is #59A68F. Grayscale: #727272. Windows color (decimal): -5875344 or 7362982. OLE color: 7362982.

HSL color Cylindrical-coordinate representation of color #A65970: hue angle of 342.08º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65970 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16689112-
CMYK00.460.330.35
HSL342.08º30.2%50%-
HSV(B)342.08º46.39%65.1%-
XYZ22.2216.4217.33-
YUV114.64126.51164.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=45.23%
G=24.25%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668911200.460.330.35342.0830.250
HexA6597002E21231561e32
Octal24613116005641435263662
Binary1010011010110011110000010111010000110001110101011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65970; }

 p { color: rgb(166,89,112); }

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

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

 a { background-color: rgb(166,89,112); }

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

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

 span { border-color: rgb(166,89,112); }

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