Html Css Color HEX #A64460 Rouge

📋 copy color: '#A64460'

red 166 ◦ green 68 ◦ blue 96

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

Shades of Rouge #A64460

Tints of Rouge #A64460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 50.3%
G = 20.61%
B = 29.09%

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

#A64460 (or 0xA64460) is known color: Rouge. HEX triplet: A6, 44 and 60. RGB value is (166,68,96). Sum of RGB (Red+Green+Blue) = 166+68+96=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A64460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64460 is #59BB9F. Grayscale: #646464. Windows color (decimal): -5880736 or 6309030. OLE color: 6309030.

HSL color Cylindrical-coordinate representation of color #A64460: hue angle of 342.86º 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 #A64460 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 96 -
CMYK 0 0.59 0.42 0.35
HSL 342.86º 0.42% 0.46% -
HSV(B) 342.86º 0.59% 0.65% -
XYZ 19.9 13.09 12.54 -
YUV 100.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 166 68 96 0 0.59 0.42 0.35 342.86 0.42 0.46
Hex A6 44 60 0 3B 2A 23 157 2A 2E
Octal 246 104 140 0 73 52 43 527 52 56
Binary 10100110 1000100 1100000 0 111011 101010 100011 101010111 101010 101110

Color Harmonies of #A64460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64460

Black with #A64460

Text Example


Text Example

White with #A64460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64460; }

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

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

background-color css

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

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

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

border-color css

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

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

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