#A23661

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

Shades of Rouge #A23661

Tints of Rouge #A23661

Color information

#A23661 (or 0xA23661) is unknown color: approx Rouge. HEX triplet: A2, 36 and 61. RGB value is (162,54,97). Sum of RGB (Red+Green+Blue) = 162+54+97=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A23661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23661 is #5DC99E. Grayscale: #5B5B5B. Windows color (decimal): -6146463 or 6370978. OLE color: 6370978.

HSL color Cylindrical-coordinate representation of color #A23661: hue angle of 336.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23661 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1625497-
CMYK00.670.400.36
HSL336.11º50%42.35%-
HSV(B)336.11º66.67%63.53%-
XYZ18.3811.1812.5-
YUV91.19131.28178.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=51.76%
G=17.25%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162549700.670.400.36336.115042.35
HexA236610432824150322a
Octal24266141010350445206252
Binary10100010110110110000101000011101000100100101010000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23661; }

 p { color: rgb(162,54,97); }

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

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

 a { background-color: rgb(162,54,97); }

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

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

 span { border-color: rgb(162,54,97); }

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