Html Css Color HEX #A6446E Rouge

📋 copy color: '#A6446E'

red 166 ◦ green 68 ◦ blue 110

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

Shades of Rouge #A6446E

Tints of Rouge #A6446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 48.26%
G = 19.77%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6446E (or 0xA6446E) is known color: Rouge. HEX triplet: A6, 44 and 6E. RGB value is (166,68,110). Sum of RGB (Red+Green+Blue) = 166+68+110=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6446E is #59BB91. Grayscale: #666666. Windows color (decimal): -5880722 or 7226534. OLE color: 7226534.

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

Color convert

RGB 166 68 110 -
CMYK 0 0.59 0.34 0.35
HSL 334.29º 0.42% 0.46% -
HSV(B) 334.29º 0.59% 0.65% -
XYZ 20.61 13.37 16.25 -
YUV 102.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 166 68 110 0 0.59 0.34 0.35 334.29 0.42 0.46
Hex A6 44 6E 0 3B 22 23 14E 2A 2E
Octal 246 104 156 0 73 42 43 516 52 56
Binary 10100110 1000100 1101110 0 111011 100010 100011 101001110 101010 101110

Color Harmonies of #A6446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6446E

Black with #A6446E

Text Example


Text Example

White with #A6446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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