#A23666

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

Shades of Rouge #A23666

Tints of Rouge #A23666

Color information

#A23666 (or 0xA23666) is unknown color: approx Rouge. HEX triplet: A2, 36 and 66. RGB value is (162,54,102). Sum of RGB (Red+Green+Blue) = 162+54+102=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A23666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23666 is #5DC999. Grayscale: #5B5B5B. Windows color (decimal): -6146458 or 6698658. OLE color: 6698658.

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

Color convert

RGB16254102-
CMYK00.670.370.36
HSL333.33º50%42.35%-
HSV(B)333.33º66.67%63.53%-
XYZ18.6211.2813.77-
YUV91.76133.78178.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=50.94%
G=16.98%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625410200.670.370.36333.335042.35
HexA23666043252414d322a
Octal24266146010345445156252
Binary10100010110110110011001000011100101100100101001101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23666; }

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

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

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

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

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

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

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

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