#A65C6F

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

Shades of Blush #A65C6F

Tints of Blush #A65C6F

Color information

#A65C6F (or 0xA65C6F) is unknown color: approx Blush. HEX triplet: A6, 5C and 6F. RGB value is (166,92,111). Sum of RGB (Red+Green+Blue) = 166+92+111=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C6F is #59A390. Grayscale: #747474. Windows color (decimal): -5874577 or 7298214. OLE color: 7298214.

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

Color convert

RGB16692111-
CMYK00.450.330.35
HSL344.59º29.37%50.59%-
HSV(B)344.59º44.58%65.1%-
XYZ22.4216.9117.12-
YUV116.29125.02163.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=44.99%
G=24.93%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669211100.450.330.35344.5929.3750.59
HexA65C6F02D21231591d33
Octal24613415705541435313563
Binary1010011010111001101111010110110000110001110101100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C6F; }

 p { color: rgb(166,92,111); }

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

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

 a { background-color: rgb(166,92,111); }

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

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

 span { border-color: rgb(166,92,111); }

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