#A65A6B

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

Shades of Blush #A65A6B

Tints of Blush #A65A6B

Color information

#A65A6B (or 0xA65A6B) is unknown color: approx Blush. HEX triplet: A6, 5A and 6B. RGB value is (166,90,107). Sum of RGB (Red+Green+Blue) = 166+90+107=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A6B is #59A594. Grayscale: #727272. Windows color (decimal): -5875093 or 7035558. OLE color: 7035558.

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

Color convert

RGB16690107-
CMYK00.460.360.35
HSL346.58º29.92%50.2%-
HSV(B)346.58º45.78%65.1%-
XYZ22.0416.4815.93-
YUV114.66123.68164.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=45.73%
G=24.79%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669010700.460.360.35346.5829.9250.2
HexA65A6B02E242315b1e32
Octal24613215305644435333662
Binary1010011010110101101011010111010010010001110101101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A6B; }

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

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

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

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

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

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

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

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