#A2466E

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

Shades of Rouge #A2466E

Tints of Rouge #A2466E

Color information

#A2466E (or 0xA2466E) is unknown color: approx Rouge. HEX triplet: A2, 46 and 6E. RGB value is (162,70,110). Sum of RGB (Red+Green+Blue) = 162+70+110=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2466E is #5DB991. Grayscale: #666666. Windows color (decimal): -6142354 or 7227042. OLE color: 7227042.

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

Color convert

RGB16270110-
CMYK00.570.320.36
HSL333.91º39.66%45.49%-
HSV(B)333.91º56.79%63.53%-
XYZ19.913.1916.25-
YUV102.07132.48170.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=47.37%
G=20.47%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627011000.570.320.36333.9139.6645.49
HexA2466E039202414e282d
Octal24210615607140445165055
Binary10100010100011011011100111001100000100100101001110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2466E; }

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

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

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

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

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

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

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

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