Html Css Color HEX #A63060 Rouge

📋 copy color: '#A63060'

red 166 ◦ green 48 ◦ blue 96

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

Shades of Rouge #A63060

Tints of Rouge #A63060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 53.55%
G = 15.48%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63060 (or 0xA63060) is known color: Rouge. HEX triplet: A6, 30 and 60. RGB value is (166,48,96). Sum of RGB (Red+Green+Blue) = 166+48+96=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A63060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63060 is #59CF9F. Grayscale: #585858. Windows color (decimal): -5885856 or 6303910. OLE color: 6303910.

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

Color convert

RGB 166 48 96 -
CMYK 0 0.71 0.42 0.35
HSL 335.59º 0.55% 0.42% -
HSV(B) 335.59º 0.71% 0.65% -
XYZ 18.89 11.07 12.21 -
YUV 88.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 166 48 96 0 0.71 0.42 0.35 335.59 0.55 0.42
Hex A6 30 60 0 47 2A 23 150 37 2A
Octal 246 60 140 0 107 52 43 520 67 52
Binary 10100110 110000 1100000 0 1000111 101010 100011 101010000 110111 101010

Color Harmonies of #A63060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63060

Black with #A63060

Text Example


Text Example

White with #A63060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63060; }

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

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

background-color css

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

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

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

border-color css

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

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

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