#a93768

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

Shades of Rouge #A93768

Tints of Rouge #A93768

Color information

#A93768 (or 0xA93768) is unknown color: approx Rouge. HEX triplet: A9, 37 and 68. RGB value is (169,55,104). Sum of RGB (Red+Green+Blue) = 169+55+104=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A93768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93768 is #56C897. Grayscale: #5E5E5E. Windows color (decimal): -5687448 or 6829993. OLE color: 6829993.

HSL color Cylindrical-coordinate representation of color #A93768: hue angle of 334.21º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93768 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16955104-
CMYK00.670.380.34
HSL334.21º50.89%43.92%-
HSV(B)334.21º67.46%66.27%-
XYZ20.2312.1714.38-
YUV94.67133.27181.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=51.52%
G=16.77%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695510400.670.380.34334.2150.8943.92
HexA93768043262214e332c
Octal25167150010346425166354
Binary10101001110111110100001000011100110100010101001110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a93768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a93768; }

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

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

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

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

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

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

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

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