Html Css Color HEX #A63464 Rouge

📋 copy color: '#A63464'

red 166 ◦ green 52 ◦ blue 100

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

Shades of Rouge #A63464

Tints of Rouge #A63464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

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

R = 52.2%
G = 16.35%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A63464 (or 0xA63464) is known color: Rouge. HEX triplet: A6, 34 and 64. RGB value is (166,52,100). Sum of RGB (Red+Green+Blue) = 166+52+100=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A63464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63464 is #59CB9B. Grayscale: #5B5B5B. Windows color (decimal): -5884828 or 6567078. OLE color: 6567078.

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

Color convert

RGB 166 52 100 -
CMYK 0 0.69 0.40 0.35
HSL 334.74º 0.52% 0.43% -
HSV(B) 334.74º 0.69% 0.65% -
XYZ 19.25 11.48 13.26 -
YUV 91.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 166 52 100 0 0.69 0.40 0.35 334.74 0.52 0.43
Hex A6 34 64 0 45 28 23 14F 34 2B
Octal 246 64 144 0 105 50 43 517 64 53
Binary 10100110 110100 1100100 0 1000101 101000 100011 101001111 110100 101011

Color Harmonies of #A63464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63464

Black with #A63464

Text Example


Text Example

White with #A63464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63464; }

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

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

background-color css

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

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

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

border-color css

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

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

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