Html Css Color HEX #A63766 Rouge

📋 copy color: '#A63766'

red 166 ◦ green 55 ◦ blue 102

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

Shades of Rouge #A63766

Tints of Rouge #A63766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

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

R = 51.39%
G = 17.03%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63766 (or 0xA63766) is known color: Rouge. HEX triplet: A6, 37 and 66. RGB value is (166,55,102). Sum of RGB (Red+Green+Blue) = 166+55+102=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A63766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63766 is #59C899. Grayscale: #5D5D5D. Windows color (decimal): -5884058 or 6698918. OLE color: 6698918.

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

Color convert

RGB 166 55 102 -
CMYK 0 0.67 0.39 0.35
HSL 334.59º 0.5% 0.43% -
HSV(B) 334.59º 0.67% 0.65% -
XYZ 19.49 11.8 13.82 -
YUV 93.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 166 55 102 0 0.67 0.39 0.35 334.59 0.5 0.43
Hex A6 37 66 0 43 27 23 14F 32 2B
Octal 246 67 146 0 103 47 43 517 62 53
Binary 10100110 110111 1100110 0 1000011 100111 100011 101001111 110010 101011

Color Harmonies of #A63766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63766

Black with #A63766

Text Example


Text Example

White with #A63766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63766; }

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

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

background-color css

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

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

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

border-color css

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

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

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