#A23268

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

Shades of Rouge #A23268

Tints of Rouge #A23268

Color information

#A23268 (or 0xA23268) is unknown color: approx Rouge. HEX triplet: A2, 32 and 68. RGB value is (162,50,104). Sum of RGB (Red+Green+Blue) = 162+50+104=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A23268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23268 is #5DCD97. Grayscale: #595959. Windows color (decimal): -6147480 or 6828706. OLE color: 6828706.

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

Color convert

RGB16250104-
CMYK00.690.360.36
HSL331.07º52.83%41.57%-
HSV(B)331.07º69.14%63.53%-
XYZ18.5410.9614.24-
YUV89.64136.11179.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=51.27%
G=15.82%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625010400.690.360.36331.0752.8341.57
HexA23268045242414b352a
Octal24262150010544445136552
Binary10100010110010110100001000101100100100100101001011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23268; }

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

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

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

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

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

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

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

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