#A65968

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

Shades of Blush #A65968

Tints of Blush #A65968

Color information

#A65968 (or 0xA65968) is unknown color: approx Blush. HEX triplet: A6, 59 and 68. RGB value is (166,89,104). Sum of RGB (Red+Green+Blue) = 166+89+104=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A65968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65968 is #59A697. Grayscale: #717171. Windows color (decimal): -5875352 or 6838694. OLE color: 6838694.

HSL color Cylindrical-coordinate representation of color #A65968: hue angle of 348.31º 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 #A65968 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16689104-
CMYK00.460.370.35
HSL348.31º30.2%50%-
HSV(B)348.31º46.39%65.1%-
XYZ21.816.2515.08-
YUV113.73122.51165.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=46.24%
G=24.79%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668910400.460.370.35348.3130.250
HexA6596802E252315c1e32
Octal24613115005645435343662
Binary1010011010110011101000010111010010110001110101110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65968; }

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

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

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

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

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

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

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

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