Html Css Color HEX #A63772 Rouge

📋 copy color: '#A63772'

red 166 ◦ green 55 ◦ blue 114

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

Shades of Rouge #A63772

Tints of Rouge #A63772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 49.55%
G = 16.42%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A63772 (or 0xA63772) is known color: Rouge. HEX triplet: A6, 37 and 72. RGB value is (166,55,114). Sum of RGB (Red+Green+Blue) = 166+55+114=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A63772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63772 is #59C88D. Grayscale: #5E5E5E. Windows color (decimal): -5884046 or 7485350. OLE color: 7485350.

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

Color convert

RGB 166 55 114 -
CMYK 0 0.67 0.31 0.35
HSL 328.11º 0.5% 0.43% -
HSV(B) 328.11º 0.67% 0.65% -
XYZ 20.13 12.05 17.19 -
YUV 94.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 166 55 114 0 0.67 0.31 0.35 328.11 0.5 0.43
Hex A6 37 72 0 43 1F 23 148 32 2B
Octal 246 67 162 0 103 37 43 510 62 53
Binary 10100110 110111 1110010 0 1000011 11111 100011 101001000 110010 101011

Color Harmonies of #A63772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63772

Black with #A63772

Text Example


Text Example

White with #A63772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63772; }

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

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

background-color css

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

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

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

border-color css

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

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

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