Html Css Color HEX #A6476A Rouge

📋 copy color: '#A6476A'

red 166 ◦ green 71 ◦ blue 106

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

Shades of Rouge #A6476A

Tints of Rouge #A6476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 48.4%
G = 20.7%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6476A (or 0xA6476A) is known color: Rouge. HEX triplet: A6, 47 and 6A. RGB value is (166,71,106). Sum of RGB (Red+Green+Blue) = 166+71+106=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6476A is #59B895. Grayscale: #676767. Windows color (decimal): -5879958 or 6965158. OLE color: 6965158.

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

Color convert

RGB 166 71 106 -
CMYK 0 0.57 0.36 0.35
HSL 337.89º 0.4% 0.46% -
HSV(B) 337.89º 0.57% 0.65% -
XYZ 20.58 13.65 15.19 -
YUV 103.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 166 71 106 0 0.57 0.36 0.35 337.89 0.4 0.46
Hex A6 47 6A 0 39 24 23 152 28 2E
Octal 246 107 152 0 71 44 43 522 50 56
Binary 10100110 1000111 1101010 0 111001 100100 100011 101010010 101000 101110

Color Harmonies of #A6476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6476A

Black with #A6476A

Text Example


Text Example

White with #A6476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6476A; }

 p { color: rgb(166,71,106); }

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

background-color css

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

 a { background-color: rgb(166,71,106); }

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

border-color css

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

 span { border-color: rgb(166,71,106); }

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