#A93B6B

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

Shades of Rouge #A93B6B

Tints of Rouge #A93B6B

Color information

#A93B6B (or 0xA93B6B) is unknown color: approx Rouge. HEX triplet: A9, 3B and 6B. RGB value is (169,59,107). Sum of RGB (Red+Green+Blue) = 169+59+107=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93B6B is #56C494. Grayscale: #616161. Windows color (decimal): -5686421 or 7027625. OLE color: 7027625.

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

Color convert

RGB16959107-
CMYK00.650.370.34
HSL333.82º48.25%44.71%-
HSV(B)333.82º65.09%66.27%-
XYZ20.5812.6215.26-
YUV97.36133.44179.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=50.45%
G=17.61%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695910700.650.370.34333.8248.2544.71
HexA93B6B041252214e302d
Octal25173153010145425166055
Binary10101001111011110101101000001100101100010101001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B6B; }

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

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

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

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

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

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

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

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