#A23F68

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

Shades of Rouge #A23F68

Tints of Rouge #A23F68

Color information

#A23F68 (or 0xA23F68) is unknown color: approx Rouge. HEX triplet: A2, 3F and 68. RGB value is (162,63,104). Sum of RGB (Red+Green+Blue) = 162+63+104=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F68 is #5DC097. Grayscale: #616161. Windows color (decimal): -6144152 or 6832034. OLE color: 6832034.

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

Color convert

RGB16263104-
CMYK00.610.360.36
HSL335.15º44%44.12%-
HSV(B)335.15º61.11%63.53%-
XYZ19.1812.2414.45-
YUV97.27131.8174.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=49.24%
G=19.15%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626310400.610.360.36335.154444.12
HexA23F6803D242414f2c2c
Octal2427715007544445175454
Binary1010001011111111010000111101100100100100101001111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F68; }

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

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

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

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

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

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

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

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