#A65869

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

Shades of Blush #A65869

Tints of Blush #A65869

Color information

#A65869 (or 0xA65869) is unknown color: approx Blush. HEX triplet: A6, 58 and 69. RGB value is (166,88,105). Sum of RGB (Red+Green+Blue) = 166+88+105=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A65869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65869 is #59A796. Grayscale: #717171. Windows color (decimal): -5875607 or 6903974. OLE color: 6903974.

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

Color convert

RGB16688105-
CMYK00.470.370.35
HSL346.92º30.71%49.8%-
HSV(B)346.92º46.99%65.1%-
XYZ21.7716.1115.33-
YUV113.26123.34165.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=46.24%
G=24.51%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668810500.470.370.35346.9230.7149.8
HexA6586902F252315b1f32
Octal24613015105745435333762
Binary1010011010110001101001010111110010110001110101101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65869; }

 p { color: rgb(166,88,105); }

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

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

 a { background-color: rgb(166,88,105); }

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

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

 span { border-color: rgb(166,88,105); }

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