#A23267

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

Shades of Rouge #A23267

Tints of Rouge #A23267

Color information

#A23267 (or 0xA23267) is unknown color: approx Rouge. HEX triplet: A2, 32 and 67. RGB value is (162,50,103). Sum of RGB (Red+Green+Blue) = 162+50+103=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A23267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23267 is #5DCD98. Grayscale: #595959. Windows color (decimal): -6147481 or 6763170. OLE color: 6763170.

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

Color convert

RGB16250103-
CMYK00.690.360.36
HSL331.61º52.83%41.57%-
HSV(B)331.61º69.14%63.53%-
XYZ18.4910.9413.97-
YUV89.53135.61179.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=51.43%
G=15.87%
B=32.70%

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
Decimal1625010300.690.360.36331.6152.8341.57
HexA23267045242414c352a
Octal24262147010544445146552
Binary10100010110010110011101000101100100100100101001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23267; }

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

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

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

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

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

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

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

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