Html Css Color HEX #A6446F Rouge

📋 copy color: '#A6446F'

red 166 ◦ green 68 ◦ blue 111

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

Shades of Rouge #A6446F

Tints of Rouge #A6446F

RGB

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

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

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

R = 48.12%
G = 19.71%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6446F (or 0xA6446F) is known color: Rouge. HEX triplet: A6, 44 and 6F. RGB value is (166,68,111). Sum of RGB (Red+Green+Blue) = 166+68+111=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6446F is #59BB90. Grayscale: #666666. Windows color (decimal): -5880721 or 7292070. OLE color: 7292070.

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

Color convert

RGB 166 68 111 -
CMYK 0 0.59 0.33 0.35
HSL 333.67º 0.42% 0.46% -
HSV(B) 333.67º 0.59% 0.65% -
XYZ 20.66 13.39 16.53 -
YUV 102.2 132.97 173.5 -
System Red Green Blue C M Y K H S L
Decimal 166 68 111 0 0.59 0.33 0.35 333.67 0.42 0.46
Hex A6 44 6F 0 3B 21 23 14E 2A 2E
Octal 246 104 157 0 73 41 43 516 52 56
Binary 10100110 1000100 1101111 0 111011 100001 100011 101001110 101010 101110

Color Harmonies of #A6446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6446F

Black with #A6446F

Text Example


Text Example

White with #A6446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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