#A6436E

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

Shades of Rouge #A6436E

Tints of Rouge #A6436E

Color information

#A6436E (or 0xA6436E) is unknown color: approx Rouge. HEX triplet: A6, 43 and 6E. RGB value is (166,67,110). Sum of RGB (Red+Green+Blue) = 166+67+110=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6436E is #59BC91. Grayscale: #656565. Windows color (decimal): -5880978 or 7226278. OLE color: 7226278.

HSL color Cylindrical-coordinate representation of color #A6436E: hue angle of 333.94º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6436E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16667110-
CMYK00.600.340.35
HSL333.94º42.49%45.69%-
HSV(B)333.94º59.64%65.1%-
XYZ20.5513.2516.23-
YUV101.5132.8174-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 67 (26.56% from 255) = 19.53%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=48.40%
G=19.53%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666711000.600.340.35333.9442.4945.69
HexA6436E03C222314e2a2e
Octal24610315607442435165256
Binary10100110100001111011100111100100010100011101001110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6436E; }

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

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

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

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

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

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

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

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