Html Css Color HEX #A6346E Rouge

📋 copy color: '#A6346E'

red 166 ◦ green 52 ◦ blue 110

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

Shades of Rouge #A6346E

Tints of Rouge #A6346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 50.61%
G = 15.85%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6346E (or 0xA6346E) is known color: Rouge. HEX triplet: A6, 34 and 6E. RGB value is (166,52,110). Sum of RGB (Red+Green+Blue) = 166+52+110=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6346E is #59CB91. Grayscale: #5C5C5C. Windows color (decimal): -5884818 or 7222438. OLE color: 7222438.

HSL color Cylindrical-coordinate representation of color #A6346E: hue angle of 329.47º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6346E is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 110 -
CMYK 0 0.69 0.34 0.35
HSL 329.47º 0.52% 0.43% -
HSV(B) 329.47º 0.69% 0.65% -
XYZ 19.77 11.69 15.97 -
YUV 92.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 166 52 110 0 0.69 0.34 0.35 329.47 0.52 0.43
Hex A6 34 6E 0 45 22 23 149 34 2B
Octal 246 64 156 0 105 42 43 511 64 53
Binary 10100110 110100 1101110 0 1000101 100010 100011 101001001 110100 101011

Color Harmonies of #A6346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6346E

Black with #A6346E

Text Example


Text Example

White with #A6346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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