Html Css Color HEX #A63B68 Rouge

📋 copy color: '#A63B68'

red 166 ◦ green 59 ◦ blue 104

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

Shades of Rouge #A63B68

Tints of Rouge #A63B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

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

R = 50.46%
G = 17.93%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63B68 (or 0xA63B68) is known color: Rouge. HEX triplet: A6, 3B and 68. RGB value is (166,59,104). Sum of RGB (Red+Green+Blue) = 166+59+104=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63B68 is #59C497. Grayscale: #606060. Windows color (decimal): -5883032 or 6831014. OLE color: 6831014.

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

Color convert

RGB 166 59 104 -
CMYK 0 0.64 0.37 0.35
HSL 334.77º 0.48% 0.44% -
HSV(B) 334.77º 0.64% 0.65% -
XYZ 19.79 12.23 14.42 -
YUV 96.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 166 59 104 0 0.64 0.37 0.35 334.77 0.48 0.44
Hex A6 3B 68 0 40 25 23 14F 30 2C
Octal 246 73 150 0 100 45 43 517 60 54
Binary 10100110 111011 1101000 0 1000000 100101 100011 101001111 110000 101100

Color Harmonies of #A63B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63B68

Black with #A63B68

Text Example


Text Example

White with #A63B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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