Html Css Color HEX #A63072 Rouge

📋 copy color: '#A63072'

red 166 ◦ green 48 ◦ blue 114

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

Shades of Rouge #A63072

Tints of Rouge #A63072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 50.61%
G = 14.63%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A63072 (or 0xA63072) is known color: Rouge. HEX triplet: A6, 30 and 72. RGB value is (166,48,114). Sum of RGB (Red+Green+Blue) = 166+48+114=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A63072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63072 is #59CF8D. Grayscale: #5A5A5A. Windows color (decimal): -5885838 or 7483558. OLE color: 7483558.

HSL color Cylindrical-coordinate representation of color #A63072: hue angle of 326.44º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63072 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 48 114 -
CMYK 0 0.71 0.31 0.35
HSL 326.44º 0.55% 0.42% -
HSV(B) 326.44º 0.71% 0.65% -
XYZ 19.82 11.44 17.08 -
YUV 90.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 166 48 114 0 0.71 0.31 0.35 326.44 0.55 0.42
Hex A6 30 72 0 47 1F 23 146 37 2A
Octal 246 60 162 0 107 37 43 506 67 52
Binary 10100110 110000 1110010 0 1000111 11111 100011 101000110 110111 101010

Color Harmonies of #A63072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63072

Black with #A63072

Text Example


Text Example

White with #A63072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63072; }

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

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

background-color css

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

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

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

border-color css

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

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

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