Html Css Color HEX #A6286B Rouge

📋 copy color: '#A6286B'

red 166 ◦ green 40 ◦ blue 107

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

Shades of Rouge #A6286B

Tints of Rouge #A6286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 53.04%
G = 12.78%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6286B (or 0xA6286B) is known color: Rouge. HEX triplet: A6, 28 and 6B. RGB value is (166,40,107). Sum of RGB (Red+Green+Blue) = 166+40+107=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6286B is #59D794. Grayscale: #555555. Windows color (decimal): -5887893 or 7022758. OLE color: 7022758.

HSL color Cylindrical-coordinate representation of color #A6286B: hue angle of 328.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6286B is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 40 107 -
CMYK 0 0.76 0.36 0.35
HSL 328.1º 0.61% 0.4% -
HSV(B) 328.1º 0.76% 0.65% -
XYZ 19.14 10.69 14.96 -
YUV 85.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 166 40 107 0 0.76 0.36 0.35 328.1 0.61 0.4
Hex A6 28 6B 0 4C 24 23 148 3D 28
Octal 246 50 153 0 114 44 43 510 75 50
Binary 10100110 101000 1101011 0 1001100 100100 100011 101001000 111101 101000

Color Harmonies of #A6286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6286B

Black with #A6286B

Text Example


Text Example

White with #A6286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6286B; }

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

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

background-color css

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

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

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

border-color css

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

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

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