#A23D6A

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

Shades of Rouge #A23D6A

Tints of Rouge #A23D6A

Color information

#A23D6A (or 0xA23D6A) is unknown color: approx Rouge. HEX triplet: A2, 3D and 6A. RGB value is (162,61,106). Sum of RGB (Red+Green+Blue) = 162+61+106=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D6A is #5DC295. Grayscale: #606060. Windows color (decimal): -6144662 or 6962594. OLE color: 6962594.

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

Color convert

RGB16261106-
CMYK00.620.350.36
HSL333.27º45.29%43.73%-
HSV(B)333.27º62.35%63.53%-
XYZ19.1712.0614.95-
YUV96.33133.46174.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=49.24%
G=18.54%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626110600.620.350.36333.2745.2943.73
HexA23D6A03E232414d2d2c
Octal2427515207643445155554
Binary1010001011110111010100111110100011100100101001101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D6A; }

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

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

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

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

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

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

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

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