Html Css Color HEX #A6376C Rouge

📋 copy color: '#A6376C'

red 166 ◦ green 55 ◦ blue 108

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

Shades of Rouge #A6376C

Tints of Rouge #A6376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 50.46%
G = 16.72%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6376C (or 0xA6376C) is known color: Rouge. HEX triplet: A6, 37 and 6C. RGB value is (166,55,108). Sum of RGB (Red+Green+Blue) = 166+55+108=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6376C is #59C893. Grayscale: #5E5E5E. Windows color (decimal): -5884052 or 7092134. OLE color: 7092134.

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

Color convert

RGB 166 55 108 -
CMYK 0 0.67 0.35 0.35
HSL 331.35º 0.5% 0.43% -
HSV(B) 331.35º 0.67% 0.65% -
XYZ 19.8 11.92 15.45 -
YUV 94.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 166 55 108 0 0.67 0.35 0.35 331.35 0.5 0.43
Hex A6 37 6C 0 43 23 23 14B 32 2B
Octal 246 67 154 0 103 43 43 513 62 53
Binary 10100110 110111 1101100 0 1000011 100011 100011 101001011 110010 101011

Color Harmonies of #A6376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6376C

Black with #A6376C

Text Example


Text Example

White with #A6376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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