Html Css Color HEX #A63A68 Rouge

📋 copy color: '#A63A68'

red 166 ◦ green 58 ◦ blue 104

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

Shades of Rouge #A63A68

Tints of Rouge #A63A68

RGB

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

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

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

R = 50.61%
G = 17.68%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63A68 (or 0xA63A68) is known color: Rouge. HEX triplet: A6, 3A and 68. RGB value is (166,58,104). Sum of RGB (Red+Green+Blue) = 166+58+104=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A68 is #59C597. Grayscale: #5F5F5F. Windows color (decimal): -5883288 or 6830758. OLE color: 6830758.

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

Color convert

RGB 166 58 104 -
CMYK 0 0.65 0.37 0.35
HSL 334.44º 0.48% 0.44% -
HSV(B) 334.44º 0.65% 0.65% -
XYZ 19.74 12.13 14.4 -
YUV 95.54 132.78 178.26 -
System Red Green Blue C M Y K H S L
Decimal 166 58 104 0 0.65 0.37 0.35 334.44 0.48 0.44
Hex A6 3A 68 0 41 25 23 14E 30 2C
Octal 246 72 150 0 101 45 43 516 60 54
Binary 10100110 111010 1101000 0 1000001 100101 100011 101001110 110000 101100

Color Harmonies of #A63A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A68

Black with #A63A68

Text Example


Text Example

White with #A63A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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