#A93762

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

Shades of Rouge #A93762

Tints of Rouge #A93762

Color information

#A93762 (or 0xA93762) is unknown color: approx Rouge. HEX triplet: A9, 37 and 62. RGB value is (169,55,98). Sum of RGB (Red+Green+Blue) = 169+55+98=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A93762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93762 is #56C89D. Grayscale: #5D5D5D. Windows color (decimal): -5687454 or 6436777. OLE color: 6436777.

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

Color convert

RGB1695598-
CMYK00.670.420.34
HSL337.37º50.89%43.92%-
HSV(B)337.37º67.46%66.27%-
XYZ19.9312.0512.83-
YUV93.99130.27181.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=52.48%
G=17.08%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169559800.670.420.34337.3750.8943.92
HexA937620432A22151332c
Octal25167142010352425216354
Binary10101001110111110001001000011101010100010101010001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93762; }

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

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

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

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

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

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

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

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