#A65768

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

Shades of Blush #A65768

Tints of Blush #A65768

Color information

#A65768 (or 0xA65768) is unknown color: approx Blush. HEX triplet: A6, 57 and 68. RGB value is (166,87,104). Sum of RGB (Red+Green+Blue) = 166+87+104=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A65768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65768 is #59A897. Grayscale: #707070. Windows color (decimal): -5875864 or 6838182. OLE color: 6838182.

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

Color convert

RGB16687104-
CMYK00.480.370.35
HSL347.09º31.23%49.61%-
HSV(B)347.09º47.59%65.1%-
XYZ21.6315.9215.03-
YUV112.56123.17166.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=46.50%
G=24.37%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668710400.480.370.35347.0931.2349.61
HexA65768030252315b1f32
Octal24612715006045435333762
Binary1010011010101111101000011000010010110001110101101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65768; }

 p { color: rgb(166,87,104); }

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

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

 a { background-color: rgb(166,87,104); }

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

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

 span { border-color: rgb(166,87,104); }

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