#A2366B

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

Shades of Rouge #A2366B

Tints of Rouge #A2366B

Color information

#A2366B (or 0xA2366B) is unknown color: approx Rouge. HEX triplet: A2, 36 and 6B. RGB value is (162,54,107). Sum of RGB (Red+Green+Blue) = 162+54+107=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2366B is #5DC994. Grayscale: #5C5C5C. Windows color (decimal): -6146453 or 7026338. OLE color: 7026338.

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

Color convert

RGB16254107-
CMYK00.670.340.36
HSL330.56º50%42.35%-
HSV(B)330.56º66.67%63.53%-
XYZ18.8711.3815.11-
YUV92.33136.28177.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=50.15%
G=16.72%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625410700.670.340.36330.565042.35
HexA2366B043222414b322a
Octal24266153010342445136252
Binary10100010110110110101101000011100010100100101001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2366B; }

 p { color: rgb(162,54,107); }

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

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

 a { background-color: rgb(162,54,107); }

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

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

 span { border-color: rgb(162,54,107); }

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