Html Css Color HEX #A64060 Rouge

📋 copy color: '#A64060'

red 166 ◦ green 64 ◦ blue 96

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

Shades of Rouge #A64060

Tints of Rouge #A64060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 50.92%
G = 19.63%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A64060 (or 0xA64060) is known color: Rouge. HEX triplet: A6, 40 and 60. RGB value is (166,64,96). Sum of RGB (Red+Green+Blue) = 166+64+96=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A64060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64060 is #59BF9F. Grayscale: #626262. Windows color (decimal): -5881760 or 6308006. OLE color: 6308006.

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

Color convert

RGB 166 64 96 -
CMYK 0 0.61 0.42 0.35
HSL 341.18º 0.44% 0.45% -
HSV(B) 341.18º 0.61% 0.65% -
XYZ 19.67 12.62 12.47 -
YUV 98.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 166 64 96 0 0.61 0.42 0.35 341.18 0.44 0.45
Hex A6 40 60 0 3D 2A 23 155 2C 2D
Octal 246 100 140 0 75 52 43 525 54 55
Binary 10100110 1000000 1100000 0 111101 101010 100011 101010101 101100 101101

Color Harmonies of #A64060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64060

Black with #A64060

Text Example


Text Example

White with #A64060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64060; }

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

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

background-color css

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

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

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

border-color css

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

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

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