Html Css Color HEX #A6325E Rouge

📋 copy color: '#A6325E'

red 166 ◦ green 50 ◦ blue 94

#A6325E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A6325E

Tints of Rouge #A6325E

RGB

 RED value IS 166 (65.23% from 255) = 53.55%

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 53.55%
G = 16.13%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6325E (or 0xA6325E) is known color: Rouge. HEX triplet: A6, 32 and 5E. RGB value is (166,50,94). Sum of RGB (Red+Green+Blue) = 166+50+94=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6325E is #59CDA1. Grayscale: #595959. Windows color (decimal): -5885346 or 6173350. OLE color: 6173350.

HSL color Cylindrical-coordinate representation of color #A6325E: hue angle of 337.24º 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 #A6325E is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 94 -
CMYK 0 0.70 0.43 0.35
HSL 337.24º 0.54% 0.42% -
HSV(B) 337.24º 0.7% 0.65% -
XYZ 18.89 11.2 11.76 -
YUV 89.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 166 50 94 0 0.70 0.43 0.35 337.24 0.54 0.42
Hex A6 32 5E 0 46 2B 23 151 36 2A
Octal 246 62 136 0 106 53 43 521 66 52
Binary 10100110 110010 1011110 0 1000110 101011 100011 101010001 110110 101010

Color Harmonies of #A6325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6325E

Black with #A6325E

Text Example


Text Example

White with #A6325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6325E; }

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

 H1.HeaderClassName
 {
   color: #A6325E;
 }
 .AnyTagClassName
 {
   color: #A6325E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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