Html Css Color HEX #A63664 Rouge

📋 copy color: '#A63664'

red 166 ◦ green 54 ◦ blue 100

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

Shades of Rouge #A63664

Tints of Rouge #A63664

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 51.88%
G = 16.88%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A63664 (or 0xA63664) is known color: Rouge. HEX triplet: A6, 36 and 64. RGB value is (166,54,100). Sum of RGB (Red+Green+Blue) = 166+54+100=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A63664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63664 is #59C99B. Grayscale: #5C5C5C. Windows color (decimal): -5884316 or 6567590. OLE color: 6567590.

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

Color convert

RGB 166 54 100 -
CMYK 0 0.67 0.40 0.35
HSL 335.36º 0.51% 0.43% -
HSV(B) 335.36º 0.67% 0.65% -
XYZ 19.35 11.67 13.29 -
YUV 92.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 166 54 100 0 0.67 0.40 0.35 335.36 0.51 0.43
Hex A6 36 64 0 43 28 23 14F 33 2B
Octal 246 66 144 0 103 50 43 517 63 53
Binary 10100110 110110 1100100 0 1000011 101000 100011 101001111 110011 101011

Color Harmonies of #A63664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63664

Black with #A63664

Text Example


Text Example

White with #A63664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63664; }

 p { color: rgb(166,54,100); }

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

background-color css

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

 a { background-color: rgb(166,54,100); }

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

border-color css

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

 span { border-color: rgb(166,54,100); }

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