Html Css Color HEX #A6496B Rouge

📋 copy color: '#A6496B'

red 166 ◦ green 73 ◦ blue 107

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

Shades of Rouge #A6496B

Tints of Rouge #A6496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 47.98%
G = 21.1%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6496B (or 0xA6496B) is known color: Rouge. HEX triplet: A6, 49 and 6B. RGB value is (166,73,107). Sum of RGB (Red+Green+Blue) = 166+73+107=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6496B is #59B694. Grayscale: #686868. Windows color (decimal): -5879445 or 7031206. OLE color: 7031206.

HSL color Cylindrical-coordinate representation of color #A6496B: hue angle of 338.06º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6496B is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 107 -
CMYK 0 0.56 0.36 0.35
HSL 338.06º 0.39% 0.47% -
HSV(B) 338.06º 0.56% 0.65% -
XYZ 20.76 13.93 15.51 -
YUV 104.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 166 73 107 0 0.56 0.36 0.35 338.06 0.39 0.47
Hex A6 49 6B 0 38 24 23 152 27 2F
Octal 246 111 153 0 70 44 43 522 47 57
Binary 10100110 1001001 1101011 0 111000 100100 100011 101010010 100111 101111

Color Harmonies of #A6496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6496B

Black with #A6496B

Text Example


Text Example

White with #A6496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6496B; }

 p { color: rgb(166,73,107); }

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

background-color css

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

 a { background-color: rgb(166,73,107); }

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

border-color css

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

 span { border-color: rgb(166,73,107); }

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