Html Css Color HEX #A63D68 Rouge

📋 copy color: '#A63D68'

red 166 ◦ green 61 ◦ blue 104

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

Shades of Rouge #A63D68

Tints of Rouge #A63D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 50.15%
G = 18.43%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63D68 (or 0xA63D68) is known color: Rouge. HEX triplet: A6, 3D and 68. RGB value is (166,61,104). Sum of RGB (Red+Green+Blue) = 166+61+104=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63D68 is #59C297. Grayscale: #616161. Windows color (decimal): -5882520 or 6831526. OLE color: 6831526.

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

Color convert

RGB 166 61 104 -
CMYK 0 0.63 0.37 0.35
HSL 335.43º 0.46% 0.45% -
HSV(B) 335.43º 0.63% 0.65% -
XYZ 19.89 12.44 14.45 -
YUV 97.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 166 61 104 0 0.63 0.37 0.35 335.43 0.46 0.45
Hex A6 3D 68 0 3F 25 23 14F 2E 2D
Octal 246 75 150 0 77 45 43 517 56 55
Binary 10100110 111101 1101000 0 111111 100101 100011 101001111 101110 101101

Color Harmonies of #A63D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D68

Black with #A63D68

Text Example


Text Example

White with #A63D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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