Html Css Color HEX #A6286E Rouge

📋 copy color: '#A6286E'

red 166 ◦ green 40 ◦ blue 110

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

Shades of Rouge #A6286E

Tints of Rouge #A6286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 52.53%
G = 12.66%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6286E (or 0xA6286E) is known color: Rouge. HEX triplet: A6, 28 and 6E. RGB value is (166,40,110). Sum of RGB (Red+Green+Blue) = 166+40+110=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A6286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6286E is #59D791. Grayscale: #555555. Windows color (decimal): -5887890 or 7219366. OLE color: 7219366.

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

Color convert

RGB 166 40 110 -
CMYK 0 0.76 0.34 0.35
HSL 326.67º 0.61% 0.4% -
HSV(B) 326.67º 0.76% 0.65% -
XYZ 19.3 10.75 15.81 -
YUV 85.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 166 40 110 0 0.76 0.34 0.35 326.67 0.61 0.4
Hex A6 28 6E 0 4C 22 23 147 3D 28
Octal 246 50 156 0 114 42 43 507 75 50
Binary 10100110 101000 1101110 0 1001100 100010 100011 101000111 111101 101000

Color Harmonies of #A6286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6286E

Black with #A6286E

Text Example


Text Example

White with #A6286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6286E; }

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

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

background-color css

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

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

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

border-color css

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

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

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