#A23960

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

Shades of Rouge #A23960

Tints of Rouge #A23960

Color information

#A23960 (or 0xA23960) is unknown color: approx Rouge. HEX triplet: A2, 39 and 60. RGB value is (162,57,96). Sum of RGB (Red+Green+Blue) = 162+57+96=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A23960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23960 is #5DC69F. Grayscale: #5C5C5C. Windows color (decimal): -6145696 or 6306210. OLE color: 6306210.

HSL color Cylindrical-coordinate representation of color #A23960: hue angle of 337.71º 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 #A23960 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1625796-
CMYK00.650.410.36
HSL337.71º47.95%42.94%-
HSV(B)337.71º64.81%63.53%-
XYZ18.4711.4512.3-
YUV92.84129.79177.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=51.43%
G=18.10%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162579600.650.410.36337.7147.9542.94
HexA239600412924152302b
Octal24271140010151445226053
Binary10100010111001110000001000001101001100100101010010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23960; }

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

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

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

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

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

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

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

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