#A23760

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

Shades of Rouge #A23760

Tints of Rouge #A23760

Color information

#A23760 (or 0xA23760) is unknown color: approx Rouge. HEX triplet: A2, 37 and 60. RGB value is (162,55,96). Sum of RGB (Red+Green+Blue) = 162+55+96=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A23760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23760 is #5DC89F. Grayscale: #5B5B5B. Windows color (decimal): -6146208 or 6305698. OLE color: 6305698.

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

Color convert

RGB1625596-
CMYK00.660.410.36
HSL337.01º49.31%42.55%-
HSV(B)337.01º66.05%63.53%-
XYZ18.3811.2612.27-
YUV91.67130.45178.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=51.76%
G=17.57%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162559600.660.410.36337.0149.3142.55
HexA237600422924151312b
Octal24267140010251445216153
Binary10100010110111110000001000010101001100100101010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23760; }

 p { color: rgb(162,55,96); }

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

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

 a { background-color: rgb(162,55,96); }

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

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

 span { border-color: rgb(162,55,96); }

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