Html Css Color HEX #A6416F Rouge

📋 copy color: '#A6416F'

red 166 ◦ green 65 ◦ blue 111

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

Shades of Rouge #A6416F

Tints of Rouge #A6416F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 48.54%
G = 19.01%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6416F (or 0xA6416F) is known color: Rouge. HEX triplet: A6, 41 and 6F. RGB value is (166,65,111). Sum of RGB (Red+Green+Blue) = 166+65+111=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6416F is #59BE90. Grayscale: #646464. Windows color (decimal): -5881489 or 7291302. OLE color: 7291302.

HSL color Cylindrical-coordinate representation of color #A6416F: hue angle of 332.67º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6416F is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 111 -
CMYK 0 0.61 0.33 0.35
HSL 332.67º 0.44% 0.45% -
HSV(B) 332.67º 0.61% 0.65% -
XYZ 20.49 13.04 16.48 -
YUV 100.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 166 65 111 0 0.61 0.33 0.35 332.67 0.44 0.45
Hex A6 41 6F 0 3D 21 23 14D 2C 2D
Octal 246 101 157 0 75 41 43 515 54 55
Binary 10100110 1000001 1101111 0 111101 100001 100011 101001101 101100 101101

Color Harmonies of #A6416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6416F

Black with #A6416F

Text Example


Text Example

White with #A6416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6416F; }

 p { color: rgb(166,65,111); }

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

background-color css

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

 a { background-color: rgb(166,65,111); }

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

border-color css

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

 span { border-color: rgb(166,65,111); }

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