Html Css Color HEX #A63770 Rouge

📋 copy color: '#A63770'

red 166 ◦ green 55 ◦ blue 112

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

Shades of Rouge #A63770

Tints of Rouge #A63770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 49.85%
G = 16.52%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A63770 (or 0xA63770) is known color: Rouge. HEX triplet: A6, 37 and 70. RGB value is (166,55,112). Sum of RGB (Red+Green+Blue) = 166+55+112=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A63770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63770 is #59C88F. Grayscale: #5E5E5E. Windows color (decimal): -5884048 or 7354278. OLE color: 7354278.

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

Color convert

RGB 166 55 112 -
CMYK 0 0.67 0.33 0.35
HSL 329.19º 0.5% 0.43% -
HSV(B) 329.19º 0.67% 0.65% -
XYZ 20.02 12.01 16.59 -
YUV 94.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 166 55 112 0 0.67 0.33 0.35 329.19 0.5 0.43
Hex A6 37 70 0 43 21 23 149 32 2B
Octal 246 67 160 0 103 41 43 511 62 53
Binary 10100110 110111 1110000 0 1000011 100001 100011 101001001 110010 101011

Color Harmonies of #A63770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63770

Black with #A63770

Text Example


Text Example

White with #A63770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63770; }

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

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

background-color css

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

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

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

border-color css

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

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

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