#A93E6E

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

Shades of Rouge #A93E6E

Tints of Rouge #A93E6E

Color information

#A93E6E (or 0xA93E6E) is unknown color: approx Rouge. HEX triplet: A9, 3E and 6E. RGB value is (169,62,110). Sum of RGB (Red+Green+Blue) = 169+62+110=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E6E is #56C191. Grayscale: #636363. Windows color (decimal): -5685650 or 7225001. OLE color: 7225001.

HSL color Cylindrical-coordinate representation of color #A93E6E: hue angle of 333.08º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93E6E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16962110-
CMYK00.630.350.34
HSL333.08º46.32%45.29%-
HSV(B)333.08º63.31%66.27%-
XYZ20.913.0116.16-
YUV99.46133.95177.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=49.56%
G=18.18%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696211000.630.350.34333.0846.3245.29
HexA93E6E03F232214d2e2d
Octal2517615607743425155655
Binary1010100111111011011100111111100011100010101001101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E6E; }

 p { color: rgb(169,62,110); }

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

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

 a { background-color: rgb(169,62,110); }

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

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

 span { border-color: rgb(169,62,110); }

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