Html Css Color HEX #A6376E Rouge

📋 copy color: '#A6376E'

red 166 ◦ green 55 ◦ blue 110

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

Shades of Rouge #A6376E

Tints of Rouge #A6376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

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

R = 50.15%
G = 16.62%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6376E (or 0xA6376E) is known color: Rouge. HEX triplet: A6, 37 and 6E. RGB value is (166,55,110). Sum of RGB (Red+Green+Blue) = 166+55+110=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6376E is #59C891. Grayscale: #5E5E5E. Windows color (decimal): -5884050 or 7223206. OLE color: 7223206.

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

Color convert

RGB 166 55 110 -
CMYK 0 0.67 0.34 0.35
HSL 330.27º 0.5% 0.43% -
HSV(B) 330.27º 0.67% 0.65% -
XYZ 19.91 11.97 16.01 -
YUV 94.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 166 55 110 0 0.67 0.34 0.35 330.27 0.5 0.43
Hex A6 37 6E 0 43 22 23 14A 32 2B
Octal 246 67 156 0 103 42 43 512 62 53
Binary 10100110 110111 1101110 0 1000011 100010 100011 101001010 110010 101011

Color Harmonies of #A6376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6376E

Black with #A6376E

Text Example


Text Example

White with #A6376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6376E; }

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

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

background-color css

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

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

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

border-color css

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

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

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