#A65469

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

Shades of Blush #A65469

Tints of Blush #A65469

Color information

#A65469 (or 0xA65469) is unknown color: approx Blush. HEX triplet: A6, 54 and 69. RGB value is (166,84,105). Sum of RGB (Red+Green+Blue) = 166+84+105=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A65469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65469 is #59AB96. Grayscale: #6E6E6E. Windows color (decimal): -5876631 or 6902950. OLE color: 6902950.

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

Color convert

RGB16684105-
CMYK00.490.370.35
HSL344.63º32.8%49.02%-
HSV(B)344.63º49.4%65.1%-
XYZ21.4515.4715.22-
YUV110.91124.67167.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=46.76%
G=23.66%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668410500.490.370.35344.6332.849.02
HexA6546903125231592131
Octal24612415106145435314161
Binary10100110101010011010010110001100101100011101011001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65469; }

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

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

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

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

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

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

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

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