#A93D68

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

Shades of Rouge #A93D68

Tints of Rouge #A93D68

Color information

#A93D68 (or 0xA93D68) is unknown color: approx Rouge. HEX triplet: A9, 3D and 68. RGB value is (169,61,104). Sum of RGB (Red+Green+Blue) = 169+61+104=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93D68 is #56C297. Grayscale: #626262. Windows color (decimal): -5685912 or 6831529. OLE color: 6831529.

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

Color convert

RGB16961104-
CMYK00.640.380.34
HSL336.11º46.96%45.1%-
HSV(B)336.11º63.91%66.27%-
XYZ20.5312.7714.48-
YUV98.19131.28178.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.60%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=50.60%
G=18.26%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696110400.640.380.34336.1146.9645.1
HexA93D6804026221502f2d
Octal25175150010046425205755
Binary10101001111101110100001000000100110100010101010000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D68; }

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

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

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

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

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

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

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

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