Html Css Color HEX #A6326B Rouge

📋 copy color: '#A6326B'

red 166 ◦ green 50 ◦ blue 107

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

Shades of Rouge #A6326B

Tints of Rouge #A6326B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 51.39%
G = 15.48%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6326B (or 0xA6326B) is known color: Rouge. HEX triplet: A6, 32 and 6B. RGB value is (166,50,107). Sum of RGB (Red+Green+Blue) = 166+50+107=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6326B is #59CD94. Grayscale: #5B5B5B. Windows color (decimal): -5885333 or 7025318. OLE color: 7025318.

HSL color Cylindrical-coordinate representation of color #A6326B: hue angle of 330.52º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6326B is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 107 -
CMYK 0 0.70 0.36 0.35
HSL 330.52º 0.54% 0.42% -
HSV(B) 330.52º 0.7% 0.65% -
XYZ 19.52 11.45 15.09 -
YUV 91.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 166 50 107 0 0.70 0.36 0.35 330.52 0.54 0.42
Hex A6 32 6B 0 46 24 23 14B 36 2A
Octal 246 62 153 0 106 44 43 513 66 52
Binary 10100110 110010 1101011 0 1000110 100100 100011 101001011 110110 101010

Color Harmonies of #A6326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6326B

Black with #A6326B

Text Example


Text Example

White with #A6326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6326B; }

 p { color: rgb(166,50,107); }

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

background-color css

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

 a { background-color: rgb(166,50,107); }

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

border-color css

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

 span { border-color: rgb(166,50,107); }

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