Html Css Color HEX #A6426E Rouge

📋 copy color: '#A6426E'

red 166 ◦ green 66 ◦ blue 110

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

Shades of Rouge #A6426E

Tints of Rouge #A6426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

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

R = 48.54%
G = 19.3%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6426E (or 0xA6426E) is known color: Rouge. HEX triplet: A6, 42 and 6E. RGB value is (166,66,110). Sum of RGB (Red+Green+Blue) = 166+66+110=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6426E is #59BD91. Grayscale: #646464. Windows color (decimal): -5881234 or 7226022. OLE color: 7226022.

HSL color Cylindrical-coordinate representation of color #A6426E: hue angle of 333.6º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6426E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 110 -
CMYK 0 0.60 0.34 0.35
HSL 333.6º 0.43% 0.45% -
HSV(B) 333.6º 0.6% 0.65% -
XYZ 20.49 13.13 16.21 -
YUV 100.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 166 66 110 0 0.60 0.34 0.35 333.6 0.43 0.45
Hex A6 42 6E 0 3C 22 23 14E 2B 2D
Octal 246 102 156 0 74 42 43 516 53 55
Binary 10100110 1000010 1101110 0 111100 100010 100011 101001110 101011 101101

Color Harmonies of #A6426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6426E

Black with #A6426E

Text Example


Text Example

White with #A6426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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