Html Css Color HEX #A6386D Rouge

📋 copy color: '#A6386D'

red 166 ◦ green 56 ◦ blue 109

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

Shades of Rouge #A6386D

Tints of Rouge #A6386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

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

R = 50.15%
G = 16.92%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6386D (or 0xA6386D) is known color: Rouge. HEX triplet: A6, 38 and 6D. RGB value is (166,56,109). Sum of RGB (Red+Green+Blue) = 166+56+109=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6386D is #59C792. Grayscale: #5E5E5E. Windows color (decimal): -5883795 or 7157926. OLE color: 7157926.

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

Color convert

RGB 166 56 109 -
CMYK 0 0.66 0.34 0.35
HSL 331.09º 0.5% 0.44% -
HSV(B) 331.09º 0.66% 0.65% -
XYZ 19.9 12.04 15.74 -
YUV 94.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 166 56 109 0 0.66 0.34 0.35 331.09 0.5 0.44
Hex A6 38 6D 0 42 22 23 14B 32 2C
Octal 246 70 155 0 102 42 43 513 62 54
Binary 10100110 111000 1101101 0 1000010 100010 100011 101001011 110010 101100

Color Harmonies of #A6386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6386D

Black with #A6386D

Text Example


Text Example

White with #A6386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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