#A6325C

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

Shades of Rouge #A6325C

Tints of Rouge #A6325C

Color information

#A6325C (or 0xA6325C) is unknown color: approx Rouge. HEX triplet: A6, 32 and 5C. RGB value is (166,50,92). Sum of RGB (Red+Green+Blue) = 166+50+92=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6325C is #59CDA3. Grayscale: #595959. Windows color (decimal): -5885348 or 6042278. OLE color: 6042278.

HSL color Cylindrical-coordinate representation of color #A6325C: hue angle of 338.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6325C is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1665092-
CMYK00.700.450.35
HSL338.28º53.7%42.35%-
HSV(B)338.28º69.88%65.1%-
XYZ18.811.1611.29-
YUV89.47129.43182.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 50 (19.92% from 255) = 16.23%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=53.90%
G=16.23%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166509200.700.450.35338.2853.742.35
HexA6325C0462D23152362a
Octal24662134010655435226652
Binary10100110110010101110001000110101101100011101010010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6325C; }

 p { color: rgb(166,50,92); }

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

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

 a { background-color: rgb(166,50,92); }

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

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

 span { border-color: rgb(166,50,92); }

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