Html Css Color HEX #A64564 Rouge

📋 copy color: '#A64564'

red 166 ◦ green 69 ◦ blue 100

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

Shades of Rouge #A64564

Tints of Rouge #A64564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

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

R = 49.55%
G = 20.6%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A64564 (or 0xA64564) is known color: Rouge. HEX triplet: A6, 45 and 64. RGB value is (166,69,100). Sum of RGB (Red+Green+Blue) = 166+69+100=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A64564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64564 is #59BA9B. Grayscale: #656565. Windows color (decimal): -5880476 or 6571430. OLE color: 6571430.

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

Color convert

RGB 166 69 100 -
CMYK 0 0.58 0.40 0.35
HSL 340.82º 0.41% 0.46% -
HSV(B) 340.82º 0.58% 0.65% -
XYZ 20.15 13.28 13.56 -
YUV 101.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 166 69 100 0 0.58 0.40 0.35 340.82 0.41 0.46
Hex A6 45 64 0 3A 28 23 155 29 2E
Octal 246 105 144 0 72 50 43 525 51 56
Binary 10100110 1000101 1100100 0 111010 101000 100011 101010101 101001 101110

Color Harmonies of #A64564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64564

Black with #A64564

Text Example


Text Example

White with #A64564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64564; }

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

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

background-color css

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

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

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

border-color css

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

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

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