#A23F6F

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

Shades of Rouge #A23F6F

Tints of Rouge #A23F6F

Color information

#A23F6F (or 0xA23F6F) is unknown color: approx Rouge. HEX triplet: A2, 3F and 6F. RGB value is (162,63,111). Sum of RGB (Red+Green+Blue) = 162+63+111=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F6F is #5DC090. Grayscale: #616161. Windows color (decimal): -6144145 or 7290786. OLE color: 7290786.

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

Color convert

RGB16263111-
CMYK00.610.310.36
HSL330.91º44%44.12%-
HSV(B)330.91º61.11%63.53%-
XYZ19.5512.3816.4-
YUV98.07135.3173.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=48.21%
G=18.75%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626311100.610.310.36330.914444.12
HexA23F6F03D1F2414b2c2c
Octal2427715707537445135454
Binary101000101111111101111011110111111100100101001011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F6F; }

 p { color: rgb(162,63,111); }

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

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

 a { background-color: rgb(162,63,111); }

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

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

 span { border-color: rgb(162,63,111); }

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