#A65A68

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

Shades of Blush #A65A68

Tints of Blush #A65A68

Color information

#A65A68 (or 0xA65A68) is unknown color: approx Blush. HEX triplet: A6, 5A and 68. RGB value is (166,90,104). Sum of RGB (Red+Green+Blue) = 166+90+104=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A68 is #59A597. Grayscale: #727272. Windows color (decimal): -5875096 or 6838950. OLE color: 6838950.

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

Color convert

RGB16690104-
CMYK00.460.370.35
HSL348.95º29.92%50.2%-
HSV(B)348.95º45.78%65.1%-
XYZ21.8816.4215.11-
YUV114.32122.18164.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=46.11%
G=25%
B=28.89%

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
Decimal1669010400.460.370.35348.9529.9250.2
HexA65A6802E252315d1e32
Octal24613215005645435353662
Binary1010011010110101101000010111010010110001110101110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A68; }

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

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

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

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

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

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

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

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