Html Css Color HEX #A6466D Rouge

📋 copy color: '#A6466D'

red 166 ◦ green 70 ◦ blue 109

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

Shades of Rouge #A6466D

Tints of Rouge #A6466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 48.12%
G = 20.29%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6466D (or 0xA6466D) is known color: Rouge. HEX triplet: A6, 46 and 6D. RGB value is (166,70,109). Sum of RGB (Red+Green+Blue) = 166+70+109=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6466D is #59B992. Grayscale: #676767. Windows color (decimal): -5880211 or 7161510. OLE color: 7161510.

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

Color convert

RGB 166 70 109 -
CMYK 0 0.58 0.34 0.35
HSL 335.63º 0.41% 0.46% -
HSV(B) 335.63º 0.58% 0.65% -
XYZ 20.68 13.59 16 -
YUV 103.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 166 70 109 0 0.58 0.34 0.35 335.63 0.41 0.46
Hex A6 46 6D 0 3A 22 23 150 29 2E
Octal 246 106 155 0 72 42 43 520 51 56
Binary 10100110 1000110 1101101 0 111010 100010 100011 101010000 101001 101110

Color Harmonies of #A6466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6466D

Black with #A6466D

Text Example


Text Example

White with #A6466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6466D; }

 p { color: rgb(166,70,109); }

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

background-color css

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

 a { background-color: rgb(166,70,109); }

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

border-color css

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

 span { border-color: rgb(166,70,109); }

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