#A23D66

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

Shades of Rouge #A23D66

Tints of Rouge #A23D66

Color information

#A23D66 (or 0xA23D66) is unknown color: approx Rouge. HEX triplet: A2, 3D and 66. RGB value is (162,61,102). Sum of RGB (Red+Green+Blue) = 162+61+102=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D66 is #5DC299. Grayscale: #5F5F5F. Windows color (decimal): -6144666 or 6700450. OLE color: 6700450.

HSL color Cylindrical-coordinate representation of color #A23D66: hue angle of 335.64º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23D66 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16261102-
CMYK00.620.370.36
HSL335.64º45.29%43.73%-
HSV(B)335.64º62.35%63.53%-
XYZ18.9711.9813.88-
YUV95.87131.46175.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=49.85%
G=18.77%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626110200.620.370.36335.6445.2943.73
HexA23D6603E25241502d2c
Octal2427514607645445205554
Binary1010001011110111001100111110100101100100101010000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D66; }

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

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

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

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

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

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

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

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