Html Css Color HEX #A63266 Rouge

📋 copy color: '#A63266'

red 166 ◦ green 50 ◦ blue 102

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

Shades of Rouge #A63266

Tints of Rouge #A63266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

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

R = 52.2%
G = 15.72%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63266 (or 0xA63266) is known color: Rouge. HEX triplet: A6, 32 and 66. RGB value is (166,50,102). Sum of RGB (Red+Green+Blue) = 166+50+102=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A63266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63266 is #59CD99. Grayscale: #5A5A5A. Windows color (decimal): -5885338 or 6697638. OLE color: 6697638.

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

Color convert

RGB 166 50 102 -
CMYK 0 0.70 0.39 0.35
HSL 333.1º 0.54% 0.42% -
HSV(B) 333.1º 0.7% 0.65% -
XYZ 19.26 11.35 13.75 -
YUV 90.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 166 50 102 0 0.70 0.39 0.35 333.1 0.54 0.42
Hex A6 32 66 0 46 27 23 14D 36 2A
Octal 246 62 146 0 106 47 43 515 66 52
Binary 10100110 110010 1100110 0 1000110 100111 100011 101001101 110110 101010

Color Harmonies of #A63266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63266

Black with #A63266

Text Example


Text Example

White with #A63266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63266; }

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

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

background-color css

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

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

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

border-color css

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

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

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