Html Css Color HEX #A6386F Rouge

📋 copy color: '#A6386F'

red 166 ◦ green 56 ◦ blue 111

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

Shades of Rouge #A6386F

Tints of Rouge #A6386F

RGB

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

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

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

R = 49.85%
G = 16.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6386F (or 0xA6386F) is known color: Rouge. HEX triplet: A6, 38 and 6F. RGB value is (166,56,111). Sum of RGB (Red+Green+Blue) = 166+56+111=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A6386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6386F is #59C790. Grayscale: #5F5F5F. Windows color (decimal): -5883793 or 7288998. OLE color: 7288998.

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

Color convert

RGB 166 56 111 -
CMYK 0 0.66 0.33 0.35
HSL 330º 0.5% 0.44% -
HSV(B) 330º 0.66% 0.65% -
XYZ 20.01 12.08 16.32 -
YUV 95.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 166 56 111 0 0.66 0.33 0.35 330 0.5 0.44
Hex A6 38 6F 0 42 21 23 14A 32 2C
Octal 246 70 157 0 102 41 43 512 62 54
Binary 10100110 111000 1101111 0 1000010 100001 100011 101001010 110010 101100

Color Harmonies of #A6386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6386F

Black with #A6386F

Text Example


Text Example

White with #A6386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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