#A94D69

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

Shades of Blush #A94D69

Tints of Blush #A94D69

Color information

#A94D69 (or 0xA94D69) is unknown color: approx Blush. HEX triplet: A9, 4D and 69. RGB value is (169,77,105). Sum of RGB (Red+Green+Blue) = 169+77+105=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D69 is #56B296. Grayscale: #6B6B6B. Windows color (decimal): -5681815 or 6901161. OLE color: 6901161.

HSL color Cylindrical-coordinate representation of color #A94D69: hue angle of 341.74º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A94D69 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16977105-
CMYK00.540.380.34
HSL341.74º37.4%48.24%-
HSV(B)341.74º54.44%66.27%-
XYZ21.5714.7615.08-
YUV107.7126.48171.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=48.15%
G=21.94%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697710500.540.380.34341.7437.448.24
HexA94D6903626221562530
Octal25111515106646425264560
Binary10101001100110111010010110110100110100010101010110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D69; }

 p { color: rgb(169,77,105); }

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

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

 a { background-color: rgb(169,77,105); }

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

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

 span { border-color: rgb(169,77,105); }

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