Html Css Color HEX #A64666 Rouge

📋 copy color: '#A64666'

red 166 ◦ green 70 ◦ blue 102

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

Shades of Rouge #A64666

Tints of Rouge #A64666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 49.11%
G = 20.71%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A64666 (or 0xA64666) is known color: Rouge. HEX triplet: A6, 46 and 66. RGB value is (166,70,102). Sum of RGB (Red+Green+Blue) = 166+70+102=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A64666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64666 is #59B999. Grayscale: #666666. Windows color (decimal): -5880218 or 6702758. OLE color: 6702758.

HSL color Cylindrical-coordinate representation of color #A64666: hue angle of 340º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64666 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 102 -
CMYK 0 0.58 0.39 0.35
HSL 340º 0.41% 0.46% -
HSV(B) 340º 0.58% 0.65% -
XYZ 20.31 13.45 14.1 -
YUV 102.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 166 70 102 0 0.58 0.39 0.35 340 0.41 0.46
Hex A6 46 66 0 3A 27 23 154 29 2E
Octal 246 106 146 0 72 47 43 524 51 56
Binary 10100110 1000110 1100110 0 111010 100111 100011 101010100 101001 101110

Color Harmonies of #A64666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64666

Black with #A64666

Text Example


Text Example

White with #A64666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64666; }

 p { color: rgb(166,70,102); }

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

background-color css

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

 a { background-color: rgb(166,70,102); }

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

border-color css

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

 span { border-color: rgb(166,70,102); }

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