Html Css Color HEX #A63A5C Rouge

📋 copy color: '#A63A5C'

red 166 ◦ green 58 ◦ blue 92

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

Shades of Rouge #A63A5C

Tints of Rouge #A63A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 52.53%
G = 18.35%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A63A5C (or 0xA63A5C) is known color: Rouge. HEX triplet: A6, 3A and 5C. RGB value is (166,58,92). Sum of RGB (Red+Green+Blue) = 166+58+92=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A5C is #59C5A3. Grayscale: #5E5E5E. Windows color (decimal): -5883300 or 6044326. OLE color: 6044326.

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

Color convert

RGB 166 58 92 -
CMYK 0 0.65 0.45 0.35
HSL 341.11º 0.48% 0.44% -
HSV(B) 341.11º 0.65% 0.65% -
XYZ 19.17 11.91 11.41 -
YUV 94.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 166 58 92 0 0.65 0.45 0.35 341.11 0.48 0.44
Hex A6 3A 5C 0 41 2D 23 155 30 2C
Octal 246 72 134 0 101 55 43 525 60 54
Binary 10100110 111010 1011100 0 1000001 101101 100011 101010101 110000 101100

Color Harmonies of #A63A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A5C

Black with #A63A5C

Text Example


Text Example

White with #A63A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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