#A1466A

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

Shades of Rouge #A1466A

Tints of Rouge #A1466A

Color information

#A1466A (or 0xA1466A) is unknown color: approx Rouge. HEX triplet: A1, 46 and 6A. RGB value is (161,70,106). Sum of RGB (Red+Green+Blue) = 161+70+106=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1466A is #5EB995. Grayscale: #656565. Windows color (decimal): -6207894 or 6964897. OLE color: 6964897.

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

Color convert

RGB16170106-
CMYK00.570.340.37
HSL336.26º39.39%45.29%-
HSV(B)336.26º56.52%63.14%-
XYZ19.491315.12-
YUV101.31130.65170.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=47.77%
G=20.77%
B=31.45%

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
Decimal1617010600.570.340.37336.2639.3945.29
HexA1466A0392225150272d
Octal24110615207142455204755
Binary10100001100011011010100111001100010100101101010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1466A; }

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

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

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

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

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

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

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

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