Html Css Color HEX #A64966 Rouge

📋 copy color: '#A64966'

red 166 ◦ green 73 ◦ blue 102

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

Shades of Rouge #A64966

Tints of Rouge #A64966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

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

R = 48.68%
G = 21.41%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A64966 (or 0xA64966) is known color: Rouge. HEX triplet: A6, 49 and 66. RGB value is (166,73,102). Sum of RGB (Red+Green+Blue) = 166+73+102=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A64966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64966 is #59B699. Grayscale: #686868. Windows color (decimal): -5879450 or 6703526. OLE color: 6703526.

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

Color convert

RGB 166 73 102 -
CMYK 0 0.56 0.39 0.35
HSL 341.29º 0.39% 0.47% -
HSV(B) 341.29º 0.56% 0.65% -
XYZ 20.51 13.83 14.16 -
YUV 104.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 166 73 102 0 0.56 0.39 0.35 341.29 0.39 0.47
Hex A6 49 66 0 38 27 23 155 27 2F
Octal 246 111 146 0 70 47 43 525 47 57
Binary 10100110 1001001 1100110 0 111000 100111 100011 101010101 100111 101111

Color Harmonies of #A64966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64966

Black with #A64966

Text Example


Text Example

White with #A64966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64966; }

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

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

background-color css

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

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

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

border-color css

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

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

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