#A23863

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

Shades of Rouge #A23863

Tints of Rouge #A23863

Color information

#A23863 (or 0xA23863) is unknown color: approx Rouge. HEX triplet: A2, 38 and 63. RGB value is (162,56,99). Sum of RGB (Red+Green+Blue) = 162+56+99=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A23863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23863 is #5DC79C. Grayscale: #5C5C5C. Windows color (decimal): -6145949 or 6502562. OLE color: 6502562.

HSL color Cylindrical-coordinate representation of color #A23863: hue angle of 335.66º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23863 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1625699-
CMYK00.650.390.36
HSL335.66º48.62%42.75%-
HSV(B)335.66º65.43%63.53%-
XYZ18.5711.4113.03-
YUV92.6131.62177.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=51.10%
G=17.67%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162569900.650.390.36335.6648.6242.75
HexA238630412724150312b
Octal24270143010147445206153
Binary10100010111000110001101000001100111100100101010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23863; }

 p { color: rgb(162,56,99); }

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

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

 a { background-color: rgb(162,56,99); }

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

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

 span { border-color: rgb(162,56,99); }

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