Html Css Color HEX #A6286A Rouge

📋 copy color: '#A6286A'

red 166 ◦ green 40 ◦ blue 106

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

Shades of Rouge #A6286A

Tints of Rouge #A6286A

RGB

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

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

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

R = 53.21%
G = 12.82%
B = 33.97%

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

#A6286A (or 0xA6286A) is known color: Rouge. HEX triplet: A6, 28 and 6A. RGB value is (166,40,106). Sum of RGB (Red+Green+Blue) = 166+40+106=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6286A is #59D795. Grayscale: #555555. Windows color (decimal): -5887894 or 6957222. OLE color: 6957222.

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

Color convert

RGB 166 40 106 -
CMYK 0 0.76 0.36 0.35
HSL 328.57º 0.61% 0.4% -
HSV(B) 328.57º 0.76% 0.65% -
XYZ 19.09 10.67 14.69 -
YUV 85.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 166 40 106 0 0.76 0.36 0.35 328.57 0.61 0.4
Hex A6 28 6A 0 4C 24 23 149 3D 28
Octal 246 50 152 0 114 44 43 511 75 50
Binary 10100110 101000 1101010 0 1001100 100100 100011 101001001 111101 101000

Color Harmonies of #A6286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6286A

Black with #A6286A

Text Example


Text Example

White with #A6286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6286A; }

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

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

background-color css

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

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

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

border-color css

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

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

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