#A8496A

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

Shades of Rouge #A8496A

Tints of Rouge #A8496A

Color information

#A8496A (or 0xA8496A) is unknown color: approx Rouge. HEX triplet: A8, 49 and 6A. RGB value is (168,73,106). Sum of RGB (Red+Green+Blue) = 168+73+106=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8496A is #57B695. Grayscale: #696969. Windows color (decimal): -5748374 or 6965672. OLE color: 6965672.

HSL color Cylindrical-coordinate representation of color #A8496A: hue angle of 339.16º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8496A is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16873106-
CMYK00.570.370.34
HSL339.16º39.42%47.25%-
HSV(B)339.16º56.55%65.88%-
XYZ21.1314.1315.25-
YUV105.17128.47172.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=48.41%
G=21.04%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687310600.570.370.34339.1639.4247.25
HexA8496A0392522153272f
Octal25011115207145425234757
Binary10101000100100111010100111001100101100010101010011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8496A; }

 p { color: rgb(168,73,106); }

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

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

 a { background-color: rgb(168,73,106); }

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

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

 span { border-color: rgb(168,73,106); }

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