Html Css Color HEX #A63666 Rouge

📋 copy color: '#A63666'

red 166 ◦ green 54 ◦ blue 102

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

Shades of Rouge #A63666

Tints of Rouge #A63666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

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

R = 51.55%
G = 16.77%
B = 31.68%

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

#A63666 (or 0xA63666) is known color: Rouge. HEX triplet: A6, 36 and 66. RGB value is (166,54,102). Sum of RGB (Red+Green+Blue) = 166+54+102=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A63666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63666 is #59C999. Grayscale: #5C5C5C. Windows color (decimal): -5884314 or 6698662. OLE color: 6698662.

HSL color Cylindrical-coordinate representation of color #A63666: hue angle of 334.29º degrees, saturation: 0.51, 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 #A63666 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 54 102 -
CMYK 0 0.67 0.39 0.35
HSL 334.29º 0.51% 0.43% -
HSV(B) 334.29º 0.67% 0.65% -
XYZ 19.44 11.7 13.8 -
YUV 92.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 166 54 102 0 0.67 0.39 0.35 334.29 0.51 0.43
Hex A6 36 66 0 43 27 23 14E 33 2B
Octal 246 66 146 0 103 47 43 516 63 53
Binary 10100110 110110 1100110 0 1000011 100111 100011 101001110 110011 101011

Color Harmonies of #A63666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63666

Black with #A63666

Text Example


Text Example

White with #A63666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63666; }

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

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

background-color css

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

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

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

border-color css

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

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

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