Html Css Color HEX #A6386A Rouge

📋 copy color: '#A6386A'

red 166 ◦ green 56 ◦ blue 106

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

Shades of Rouge #A6386A

Tints of Rouge #A6386A

RGB

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

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

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

R = 50.61%
G = 17.07%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6386A (or 0xA6386A) is known color: Rouge. HEX triplet: A6, 38 and 6A. RGB value is (166,56,106). Sum of RGB (Red+Green+Blue) = 166+56+106=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6386A is #59C795. Grayscale: #5E5E5E. Windows color (decimal): -5883798 or 6961318. OLE color: 6961318.

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

Color convert

RGB 166 56 106 -
CMYK 0 0.66 0.36 0.35
HSL 332.73º 0.5% 0.44% -
HSV(B) 332.73º 0.66% 0.65% -
XYZ 19.74 11.98 14.91 -
YUV 94.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 166 56 106 0 0.66 0.36 0.35 332.73 0.5 0.44
Hex A6 38 6A 0 42 24 23 14D 32 2C
Octal 246 70 152 0 102 44 43 515 62 54
Binary 10100110 111000 1101010 0 1000010 100100 100011 101001101 110010 101100

Color Harmonies of #A6386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6386A

Black with #A6386A

Text Example


Text Example

White with #A6386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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