#A23976

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

Shades of Rouge #A23976

Tints of Rouge #A23976

Color information

#A23976 (or 0xA23976) is unknown color: approx Rouge. HEX triplet: A2, 39 and 76. RGB value is (162,57,118). Sum of RGB (Red+Green+Blue) = 162+57+118=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A23976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23976 is #5DC689. Grayscale: #5F5F5F. Windows color (decimal): -6145674 or 7748002. OLE color: 7748002.

HSL color Cylindrical-coordinate representation of color #A23976: hue angle of 325.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23976 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16257118-
CMYK00.650.270.36
HSL325.14º47.95%42.94%-
HSV(B)325.14º64.81%63.53%-
XYZ19.6311.9218.4-
YUV95.35140.79175.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=48.07%
G=16.91%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625711800.650.270.36325.1447.9542.94
HexA239760411B24145302b
Octal24271166010133445056053
Binary1010001011100111101100100000111011100100101000101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23976; }

 p { color: rgb(162,57,118); }

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

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

 a { background-color: rgb(162,57,118); }

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

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

 span { border-color: rgb(162,57,118); }

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