#A65C6B

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

Shades of Blush #A65C6B

Tints of Blush #A65C6B

Color information

#A65C6B (or 0xA65C6B) is unknown color: approx Blush. HEX triplet: A6, 5C and 6B. RGB value is (166,92,107). Sum of RGB (Red+Green+Blue) = 166+92+107=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C6B is #59A394. Grayscale: #737373. Windows color (decimal): -5874581 or 7036070. OLE color: 7036070.

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

Color convert

RGB16692107-
CMYK00.450.360.35
HSL347.84º29.37%50.59%-
HSV(B)347.84º44.58%65.1%-
XYZ22.2116.8215.99-
YUV115.84123.02163.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=45.48%
G=25.21%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669210700.450.360.35347.8429.3750.59
HexA65C6B02D242315c1d33
Octal24613415305544435343563
Binary1010011010111001101011010110110010010001110101110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C6B; }

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

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

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

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

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

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

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

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