Html Css Color HEX #A64866 Rouge

📋 copy color: '#A64866'

red 166 ◦ green 72 ◦ blue 102

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

Shades of Rouge #A64866

Tints of Rouge #A64866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

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

R = 48.82%
G = 21.18%
B = 30%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A64866 (or 0xA64866) is known color: Rouge. HEX triplet: A6, 48 and 66. RGB value is (166,72,102). Sum of RGB (Red+Green+Blue) = 166+72+102=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A64866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64866 is #59B799. Grayscale: #676767. Windows color (decimal): -5879706 or 6703270. OLE color: 6703270.

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

Color convert

RGB 166 72 102 -
CMYK 0 0.57 0.39 0.35
HSL 340.85º 0.39% 0.47% -
HSV(B) 340.85º 0.57% 0.65% -
XYZ 20.44 13.7 14.14 -
YUV 103.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 166 72 102 0 0.57 0.39 0.35 340.85 0.39 0.47
Hex A6 48 66 0 39 27 23 155 27 2F
Octal 246 110 146 0 71 47 43 525 47 57
Binary 10100110 1001000 1100110 0 111001 100111 100011 101010101 100111 101111

Color Harmonies of #A64866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64866

Black with #A64866

Text Example


Text Example

White with #A64866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64866; }

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

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

background-color css

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

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

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

border-color css

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

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

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