#A1466B

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

Shades of Rouge #A1466B

Tints of Rouge #A1466B

Color information

#A1466B (or 0xA1466B) is unknown color: approx Rouge. HEX triplet: A1, 46 and 6B. RGB value is (161,70,107). Sum of RGB (Red+Green+Blue) = 161+70+107=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1466B is #5EB994. Grayscale: #656565. Windows color (decimal): -6207893 or 7030433. OLE color: 7030433.

HSL color Cylindrical-coordinate representation of color #A1466B: hue angle of 335.6º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1466B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16170107-
CMYK00.570.340.37
HSL335.6º39.39%45.29%-
HSV(B)335.6º56.52%63.14%-
XYZ19.5413.0215.39-
YUV101.43131.15170.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=47.63%
G=20.71%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617010700.570.340.37335.639.3945.29
HexA1466B0392225150272d
Octal24110615307142455204755
Binary10100001100011011010110111001100010100101101010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1466B; }

 p { color: rgb(161,70,107); }

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

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

 a { background-color: rgb(161,70,107); }

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

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

 span { border-color: rgb(161,70,107); }

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