#A65D6A

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

Shades of Blush #A65D6A

Tints of Blush #A65D6A

Color information

#A65D6A (or 0xA65D6A) is unknown color: approx Blush. HEX triplet: A6, 5D and 6A. RGB value is (166,93,106). Sum of RGB (Red+Green+Blue) = 166+93+106=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D6A is #59A295. Grayscale: #747474. Windows color (decimal): -5874326 or 6970790. OLE color: 6970790.

HSL color Cylindrical-coordinate representation of color #A65D6A: hue angle of 349.32º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D6A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16693106-
CMYK00.440.360.35
HSL349.32º29.08%50.78%-
HSV(B)349.32º43.98%65.1%-
XYZ22.2416.9815.74-
YUV116.31122.18163.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=45.48%
G=25.48%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669310600.440.360.35349.3229.0850.78
HexA65D6A02C242315d1d33
Octal24613515205444435353563
Binary1010011010111011101010010110010010010001110101110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D6A; }

 p { color: rgb(166,93,106); }

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

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

 a { background-color: rgb(166,93,106); }

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

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

 span { border-color: rgb(166,93,106); }

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