#A1436E

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

Shades of Rouge #A1436E

Tints of Rouge #A1436E

Color information

#A1436E (or 0xA1436E) is unknown color: approx Rouge. HEX triplet: A1, 43 and 6E. RGB value is (161,67,110). Sum of RGB (Red+Green+Blue) = 161+67+110=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1436E is #5EBC91. Grayscale: #636363. Windows color (decimal): -6208658 or 7226273. OLE color: 7226273.

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

Color convert

RGB16167110-
CMYK00.580.320.37
HSL332.55º41.23%44.71%-
HSV(B)332.55º58.39%63.14%-
XYZ19.5212.7216.18-
YUV100.01133.64171.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=47.63%
G=19.82%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616711000.580.320.37332.5541.2344.71
HexA1436E03A202514d292d
Octal24110315607240455155155
Binary10100001100001111011100111010100000100101101001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1436E; }

 p { color: rgb(161,67,110); }

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

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

 a { background-color: rgb(161,67,110); }

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

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

 span { border-color: rgb(161,67,110); }

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