Html Css Color HEX #A63D5C Rouge

📋 copy color: '#A63D5C'

red 166 ◦ green 61 ◦ blue 92

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

Shades of Rouge #A63D5C

Tints of Rouge #A63D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

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

R = 52.04%
G = 19.12%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A63D5C (or 0xA63D5C) is known color: Rouge. HEX triplet: A6, 3D and 5C. RGB value is (166,61,92). Sum of RGB (Red+Green+Blue) = 166+61+92=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63D5C is #59C2A3. Grayscale: #5F5F5F. Windows color (decimal): -5882532 or 6045094. OLE color: 6045094.

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

Color convert

RGB 166 61 92 -
CMYK 0 0.63 0.45 0.35
HSL 342.29º 0.46% 0.45% -
HSV(B) 342.29º 0.63% 0.65% -
XYZ 19.33 12.22 11.46 -
YUV 95.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 166 61 92 0 0.63 0.45 0.35 342.29 0.46 0.45
Hex A6 3D 5C 0 3F 2D 23 156 2E 2D
Octal 246 75 134 0 77 55 43 526 56 55
Binary 10100110 111101 1011100 0 111111 101101 100011 101010110 101110 101101

Color Harmonies of #A63D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D5C

Black with #A63D5C

Text Example


Text Example

White with #A63D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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