#A2466A

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

Shades of Rouge #A2466A

Tints of Rouge #A2466A

Color information

#A2466A (or 0xA2466A) is unknown color: approx Rouge. HEX triplet: A2, 46 and 6A. RGB value is (162,70,106). Sum of RGB (Red+Green+Blue) = 162+70+106=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2466A is #5DB995. Grayscale: #656565. Windows color (decimal): -6142358 or 6964898. OLE color: 6964898.

HSL color Cylindrical-coordinate representation of color #A2466A: hue angle of 336.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2466A is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16270106-
CMYK00.570.350.36
HSL336.52º39.66%45.49%-
HSV(B)336.52º56.79%63.53%-
XYZ19.6913.115.13-
YUV101.61130.48171.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=47.93%
G=20.71%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627010600.570.350.36336.5239.6645.49
HexA2466A0392324151282d
Octal24210615207143445215055
Binary10100010100011011010100111001100011100100101010001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2466A; }

 p { color: rgb(162,70,106); }

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

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

 a { background-color: rgb(162,70,106); }

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

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

 span { border-color: rgb(162,70,106); }

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