Html Css Color HEX #A63F5C Rouge

📋 copy color: '#A63F5C'

red 166 ◦ green 63 ◦ blue 92

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

Shades of Rouge #A63F5C

Tints of Rouge #A63F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 51.71%
G = 19.63%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A63F5C (or 0xA63F5C) is known color: Rouge. HEX triplet: A6, 3F and 5C. RGB value is (166,63,92). Sum of RGB (Red+Green+Blue) = 166+63+92=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63F5C is #59C0A3. Grayscale: #616161. Windows color (decimal): -5882020 or 6045606. OLE color: 6045606.

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

Color convert

RGB 166 63 92 -
CMYK 0 0.62 0.45 0.35
HSL 343.11º 0.45% 0.45% -
HSV(B) 343.11º 0.62% 0.65% -
XYZ 19.44 12.43 11.5 -
YUV 97.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 166 63 92 0 0.62 0.45 0.35 343.11 0.45 0.45
Hex A6 3F 5C 0 3E 2D 23 157 2D 2D
Octal 246 77 134 0 76 55 43 527 55 55
Binary 10100110 111111 1011100 0 111110 101101 100011 101010111 101101 101101

Color Harmonies of #A63F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F5C

Black with #A63F5C

Text Example


Text Example

White with #A63F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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