#A1466F

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

Shades of Rouge #A1466F

Tints of Rouge #A1466F

Color information

#A1466F (or 0xA1466F) is unknown color: approx Rouge. HEX triplet: A1, 46 and 6F. RGB value is (161,70,111). Sum of RGB (Red+Green+Blue) = 161+70+111=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1466F is #5EB990. Grayscale: #656565. Windows color (decimal): -6207889 or 7292577. OLE color: 7292577.

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

Color convert

RGB16170111-
CMYK00.570.310.37
HSL332.97º39.39%45.29%-
HSV(B)332.97º56.52%63.14%-
XYZ19.7613.1116.53-
YUV101.88133.15170.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=47.08%
G=20.47%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617011100.570.310.37332.9739.3945.29
HexA1466F0391F2514d272d
Octal24110615707137455154755
Binary1010000110001101101111011100111111100101101001101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1466F; }

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

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

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

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

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

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

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

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