#A93D5C

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

Shades of Rouge #A93D5C

Tints of Rouge #A93D5C

Color information

#A93D5C (or 0xA93D5C) is unknown color: approx Rouge. HEX triplet: A9, 3D and 5C. RGB value is (169,61,92). Sum of RGB (Red+Green+Blue) = 169+61+92=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93D5C is #56C2A3. Grayscale: #606060. Windows color (decimal): -5685924 or 6045097. OLE color: 6045097.

HSL color Cylindrical-coordinate representation of color #A93D5C: hue angle of 342.78º 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 #A93D5C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1696192-
CMYK00.640.460.34
HSL342.78º46.96%45.1%-
HSV(B)342.78º63.91%66.27%-
XYZ19.9612.5511.49-
YUV96.83125.28179.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=52.48%
G=18.94%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169619200.640.460.34342.7846.9645.1
HexA93D5C0402E221572f2d
Octal25175134010056425275755
Binary10101001111101101110001000000101110100010101010111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D5C; }

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

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

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

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

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

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

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

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