#A93D6F

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

Shades of Rouge #A93D6F

Tints of Rouge #A93D6F

Color information

#A93D6F (or 0xA93D6F) is unknown color: approx Rouge. HEX triplet: A9, 3D and 6F. RGB value is (169,61,111). Sum of RGB (Red+Green+Blue) = 169+61+111=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93D6F is #56C290. Grayscale: #626262. Windows color (decimal): -5685905 or 7290281. OLE color: 7290281.

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

Color convert

RGB16961111-
CMYK00.640.340.34
HSL332.22º46.96%45.1%-
HSV(B)332.22º63.91%66.27%-
XYZ20.912.9216.43-
YUV98.99134.78177.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=49.56%
G=17.89%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696111100.640.340.34332.2246.9645.1
HexA93D6F040222214c2f2d
Octal25175157010042425145755
Binary10101001111101110111101000000100010100010101001100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D6F; }

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

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

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

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

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

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

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

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