#A93969

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

Shades of Rouge #A93969

Tints of Rouge #A93969

Color information

#A93969 (or 0xA93969) is unknown color: approx Rouge. HEX triplet: A9, 39 and 69. RGB value is (169,57,105). Sum of RGB (Red+Green+Blue) = 169+57+105=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A93969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93969 is #56C696. Grayscale: #5F5F5F. Windows color (decimal): -5686935 or 6896041. OLE color: 6896041.

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

Color convert

RGB16957105-
CMYK00.660.380.34
HSL334.29º49.56%44.31%-
HSV(B)334.29º66.27%66.27%-
XYZ20.3812.3814.68-
YUV95.96133.11180.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=51.06%
G=17.22%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695710500.660.380.34334.2949.5644.31
HexA93969042262214e322c
Octal25171151010246425166254
Binary10101001111001110100101000010100110100010101001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93969; }

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

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

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

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

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

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

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

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