Html Css Color HEX #A6426C Rouge

📋 copy color: '#A6426C'

red 166 ◦ green 66 ◦ blue 108

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

Shades of Rouge #A6426C

Tints of Rouge #A6426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 48.82%
G = 19.41%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6426C (or 0xA6426C) is known color: Rouge. HEX triplet: A6, 42 and 6C. RGB value is (166,66,108). Sum of RGB (Red+Green+Blue) = 166+66+108=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6426C is #59BD93. Grayscale: #646464. Windows color (decimal): -5881236 or 7094950. OLE color: 7094950.

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

Color convert

RGB 166 66 108 -
CMYK 0 0.60 0.35 0.35
HSL 334.8º 0.43% 0.45% -
HSV(B) 334.8º 0.6% 0.65% -
XYZ 20.38 13.09 15.64 -
YUV 100.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 166 66 108 0 0.60 0.35 0.35 334.8 0.43 0.45
Hex A6 42 6C 0 3C 23 23 14F 2B 2D
Octal 246 102 154 0 74 43 43 517 53 55
Binary 10100110 1000010 1101100 0 111100 100011 100011 101001111 101011 101101

Color Harmonies of #A6426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6426C

Black with #A6426C

Text Example


Text Example

White with #A6426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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