Html Css Color HEX #A63A60 Rouge

📋 copy color: '#A63A60'

red 166 ◦ green 58 ◦ blue 96

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

Shades of Rouge #A63A60

Tints of Rouge #A63A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

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

R = 51.88%
G = 18.13%
B = 30%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63A60 (or 0xA63A60) is known color: Rouge. HEX triplet: A6, 3A and 60. RGB value is (166,58,96). Sum of RGB (Red+Green+Blue) = 166+58+96=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A60 is #59C59F. Grayscale: #5E5E5E. Windows color (decimal): -5883296 or 6306470. OLE color: 6306470.

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

Color convert

RGB 166 58 96 -
CMYK 0 0.65 0.42 0.35
HSL 338.89º 0.48% 0.44% -
HSV(B) 338.89º 0.65% 0.65% -
XYZ 19.35 11.98 12.36 -
YUV 94.62 128.78 178.91 -
System Red Green Blue C M Y K H S L
Decimal 166 58 96 0 0.65 0.42 0.35 338.89 0.48 0.44
Hex A6 3A 60 0 41 2A 23 153 30 2C
Octal 246 72 140 0 101 52 43 523 60 54
Binary 10100110 111010 1100000 0 1000001 101010 100011 101010011 110000 101100

Color Harmonies of #A63A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A60

Black with #A63A60

Text Example


Text Example

White with #A63A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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