#A23167

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

Shades of Rouge #A23167

Tints of Rouge #A23167

Color information

#A23167 (or 0xA23167) is unknown color: approx Rouge. HEX triplet: A2, 31 and 67. RGB value is (162,49,103). Sum of RGB (Red+Green+Blue) = 162+49+103=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23167 is #5DCE98. Grayscale: #585858. Windows color (decimal): -6147737 or 6762914. OLE color: 6762914.

HSL color Cylindrical-coordinate representation of color #A23167: hue angle of 331.33º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23167 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16249103-
CMYK00.700.360.36
HSL331.33º53.55%41.37%-
HSV(B)331.33º69.75%63.53%-
XYZ18.4510.8613.96-
YUV88.94135.94180.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=51.59%
G=15.61%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624910300.700.360.36331.3353.5541.37
HexA23167046242414b3629
Octal24261147010644445136651
Binary10100010110001110011101000110100100100100101001011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23167; }

 p { color: rgb(162,49,103); }

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

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

 a { background-color: rgb(162,49,103); }

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

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

 span { border-color: rgb(162,49,103); }

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