#A65767

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

Shades of Blush #A65767

Tints of Blush #A65767

Color information

#A65767 (or 0xA65767) is unknown color: approx Blush. HEX triplet: A6, 57 and 67. RGB value is (166,87,103). Sum of RGB (Red+Green+Blue) = 166+87+103=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A65767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65767 is #59A898. Grayscale: #707070. Windows color (decimal): -5875865 or 6772646. OLE color: 6772646.

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

Color convert

RGB16687103-
CMYK00.480.380.35
HSL347.85º31.23%49.61%-
HSV(B)347.85º47.59%65.1%-
XYZ21.5815.914.76-
YUV112.44122.67166.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=46.63%
G=24.44%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668710300.480.380.35347.8531.2349.61
HexA65767030262315c1f32
Octal24612714706046435343762
Binary1010011010101111100111011000010011010001110101110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65767; }

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

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

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

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

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

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

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

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