#A65B64

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

Shades of Blush #A65B64

Tints of Blush #A65B64

Color information

#A65B64 (or 0xA65B64) is unknown color: approx Blush. HEX triplet: A6, 5B and 64. RGB value is (166,91,100). Sum of RGB (Red+Green+Blue) = 166+91+100=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B64 is #59A49B. Grayscale: #727272. Windows color (decimal): -5874844 or 6577062. OLE color: 6577062.

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

Color convert

RGB16691100-
CMYK00.450.400.35
HSL352.8º29.64%50.39%-
HSV(B)352.8º45.18%65.1%-
XYZ21.7716.5114.1-
YUV114.45119.85164.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=46.50%
G=25.49%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669110000.450.400.35352.829.6450.39
HexA65B6402D28231611e32
Octal24613314405550435413662
Binary1010011010110111100100010110110100010001110110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B64; }

 p { color: rgb(166,91,100); }

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

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

 a { background-color: rgb(166,91,100); }

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

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

 span { border-color: rgb(166,91,100); }

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