#A23668

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

Shades of Rouge #A23668

Tints of Rouge #A23668

Color information

#A23668 (or 0xA23668) is unknown color: approx Rouge. HEX triplet: A2, 36 and 68. RGB value is (162,54,104). Sum of RGB (Red+Green+Blue) = 162+54+104=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A23668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23668 is #5DC997. Grayscale: #5B5B5B. Windows color (decimal): -6146456 or 6829730. OLE color: 6829730.

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

Color convert

RGB16254104-
CMYK00.670.360.36
HSL332.22º50%42.35%-
HSV(B)332.22º66.67%63.53%-
XYZ18.7211.3214.29-
YUV91.99134.78177.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=50.62%
G=16.88%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625410400.670.360.36332.225042.35
HexA23668043242414c322a
Octal24266150010344445146252
Binary10100010110110110100001000011100100100100101001100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23668; }

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

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

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

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

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

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

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

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