#A1436C

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

Shades of Rouge #A1436C

Tints of Rouge #A1436C

Color information

#A1436C (or 0xA1436C) is unknown color: approx Rouge. HEX triplet: A1, 43 and 6C. RGB value is (161,67,108). Sum of RGB (Red+Green+Blue) = 161+67+108=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1436C is #5EBC93. Grayscale: #636363. Windows color (decimal): -6208660 or 7095201. OLE color: 7095201.

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

Color convert

RGB16167108-
CMYK00.580.330.37
HSL333.83º41.23%44.71%-
HSV(B)333.83º58.39%63.14%-
XYZ19.4112.6715.61-
YUV99.78132.64171.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=47.92%
G=19.94%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616710800.580.330.37333.8341.2344.71
HexA1436C03A212514e292d
Octal24110315407241455165155
Binary10100001100001111011000111010100001100101101001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1436C; }

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

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

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

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

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

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

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

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