#A1456D

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

Shades of Rouge #A1456D

Tints of Rouge #A1456D

Color information

#A1456D (or 0xA1456D) is unknown color: approx Rouge. HEX triplet: A1, 45 and 6D. RGB value is (161,69,109). Sum of RGB (Red+Green+Blue) = 161+69+109=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1456D is #5EBA92. Grayscale: #646464. Windows color (decimal): -6208147 or 7161249. OLE color: 7161249.

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

Color convert

RGB16169109-
CMYK00.570.320.37
HSL333.91º40%45.1%-
HSV(B)333.91º57.14%63.14%-
XYZ19.5912.9415.93-
YUV101.07132.48170.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=47.49%
G=20.35%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616910900.570.320.37333.914045.1
HexA1456D039202514e282d
Octal24110515507140455165055
Binary10100001100010111011010111001100000100101101001110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1456D; }

 p { color: rgb(161,69,109); }

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

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

 a { background-color: rgb(161,69,109); }

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

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

 span { border-color: rgb(161,69,109); }

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