Html Css Color HEX #A64461 Rouge

📋 copy color: '#A64461'

red 166 ◦ green 68 ◦ blue 97

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

Shades of Rouge #A64461

Tints of Rouge #A64461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 50.15%
G = 20.54%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A64461 (or 0xA64461) is known color: Rouge. HEX triplet: A6, 44 and 61. RGB value is (166,68,97). Sum of RGB (Red+Green+Blue) = 166+68+97=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A64461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64461 is #59BB9E. Grayscale: #646464. Windows color (decimal): -5880735 or 6374566. OLE color: 6374566.

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

Color convert

RGB 166 68 97 -
CMYK 0 0.59 0.42 0.35
HSL 342.24º 0.42% 0.46% -
HSV(B) 342.24º 0.59% 0.65% -
XYZ 19.95 13.1 12.79 -
YUV 100.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 166 68 97 0 0.59 0.42 0.35 342.24 0.42 0.46
Hex A6 44 61 0 3B 2A 23 156 2A 2E
Octal 246 104 141 0 73 52 43 526 52 56
Binary 10100110 1000100 1100001 0 111011 101010 100011 101010110 101010 101110

Color Harmonies of #A64461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64461

Black with #A64461

Text Example


Text Example

White with #A64461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64461; }

 p { color: rgb(166,68,97); }

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

background-color css

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

 a { background-color: rgb(166,68,97); }

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

border-color css

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

 span { border-color: rgb(166,68,97); }

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