Html Css Color HEX #A6306D Rouge

📋 copy color: '#A6306D'

red 166 ◦ green 48 ◦ blue 109

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

Shades of Rouge #A6306D

Tints of Rouge #A6306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 51.39%
G = 14.86%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6306D (or 0xA6306D) is known color: Rouge. HEX triplet: A6, 30 and 6D. RGB value is (166,48,109). Sum of RGB (Red+Green+Blue) = 166+48+109=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6306D is #59CF92. Grayscale: #5A5A5A. Windows color (decimal): -5885843 or 7155878. OLE color: 7155878.

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

Color convert

RGB 166 48 109 -
CMYK 0 0.71 0.34 0.35
HSL 328.98º 0.55% 0.42% -
HSV(B) 328.98º 0.71% 0.65% -
XYZ 19.54 11.33 15.62 -
YUV 90.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 166 48 109 0 0.71 0.34 0.35 328.98 0.55 0.42
Hex A6 30 6D 0 47 22 23 149 37 2A
Octal 246 60 155 0 107 42 43 511 67 52
Binary 10100110 110000 1101101 0 1000111 100010 100011 101001001 110111 101010

Color Harmonies of #A6306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6306D

Black with #A6306D

Text Example


Text Example

White with #A6306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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