#A23468

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

Shades of Rouge #A23468

Tints of Rouge #A23468

Color information

#A23468 (or 0xA23468) is unknown color: approx Rouge. HEX triplet: A2, 34 and 68. RGB value is (162,52,104). Sum of RGB (Red+Green+Blue) = 162+52+104=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A23468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23468 is #5DCB97. Grayscale: #5A5A5A. Windows color (decimal): -6146968 or 6829218. OLE color: 6829218.

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

Color convert

RGB16252104-
CMYK00.680.360.36
HSL331.64º51.4%41.96%-
HSV(B)331.64º67.9%63.53%-
XYZ18.6311.1414.26-
YUV90.82135.44178.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 52 (20.70% from 255) = 16.35%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=50.94%
G=16.35%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625210400.680.360.36331.6451.441.96
HexA23468044242414c332a
Octal24264150010444445146352
Binary10100010110100110100001000100100100100100101001100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23468; }

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

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

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

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

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

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

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

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