#A93D6B

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

Shades of Rouge #A93D6B

Tints of Rouge #A93D6B

Color information

#A93D6B (or 0xA93D6B) is unknown color: approx Rouge. HEX triplet: A9, 3D and 6B. RGB value is (169,61,107). Sum of RGB (Red+Green+Blue) = 169+61+107=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93D6B is #56C294. Grayscale: #626262. Windows color (decimal): -5685909 or 7028137. OLE color: 7028137.

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

Color convert

RGB16961107-
CMYK00.640.370.34
HSL334.44º46.96%45.1%-
HSV(B)334.44º63.91%66.27%-
XYZ20.6812.8315.3-
YUV98.54132.78178.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=50.15%
G=18.10%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696110700.640.370.34334.4446.9645.1
HexA93D6B040252214e2f2d
Octal25175153010045425165755
Binary10101001111101110101101000000100101100010101001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D6B; }

 p { color: rgb(169,61,107); }

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

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

 a { background-color: rgb(169,61,107); }

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

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

 span { border-color: rgb(169,61,107); }

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