#A23266

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

Shades of Rouge #A23266

Tints of Rouge #A23266

Color information

#A23266 (or 0xA23266) is unknown color: approx Rouge. HEX triplet: A2, 32 and 66. RGB value is (162,50,102). Sum of RGB (Red+Green+Blue) = 162+50+102=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23266 is #5DCD99. Grayscale: #595959. Windows color (decimal): -6147482 or 6697634. OLE color: 6697634.

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

Color convert

RGB16250102-
CMYK00.690.370.36
HSL332.14º52.83%41.57%-
HSV(B)332.14º69.14%63.53%-
XYZ18.4410.9213.71-
YUV89.42135.11179.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=51.59%
G=15.92%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625010200.690.370.36332.1452.8341.57
HexA23266045252414c352a
Octal24262146010545445146552
Binary10100010110010110011001000101100101100100101001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23266; }

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

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

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

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

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

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

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

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