#A1436A

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

Shades of Rouge #A1436A

Tints of Rouge #A1436A

Color information

#A1436A (or 0xA1436A) is unknown color: approx Rouge. HEX triplet: A1, 43 and 6A. RGB value is (161,67,106). Sum of RGB (Red+Green+Blue) = 161+67+106=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1436A is #5EBC95. Grayscale: #636363. Windows color (decimal): -6208662 or 6964129. OLE color: 6964129.

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

Color convert

RGB16167106-
CMYK00.580.340.37
HSL335.11º41.23%44.71%-
HSV(B)335.11º58.39%63.14%-
XYZ19.3112.6315.06-
YUV99.55131.64171.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=48.20%
G=20.06%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616710600.580.340.37335.1141.2344.71
HexA1436A03A222514f292d
Octal24110315207242455175155
Binary10100001100001111010100111010100010100101101001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1436A; }

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

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

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

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

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

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

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

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