Html Css Color HEX #A64074 Rouge

📋 copy color: '#A64074'

red 166 ◦ green 64 ◦ blue 116

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

Shades of Rouge #A64074

Tints of Rouge #A64074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 47.98%
G = 18.5%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64074 (or 0xA64074) is known color: Rouge. HEX triplet: A6, 40 and 74. RGB value is (166,64,116). Sum of RGB (Red+Green+Blue) = 166+64+116=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A64074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64074 is #59BF8B. Grayscale: #646464. Windows color (decimal): -5881740 or 7618726. OLE color: 7618726.

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

Color convert

RGB 166 64 116 -
CMYK 0 0.61 0.30 0.35
HSL 329.41º 0.44% 0.45% -
HSV(B) 329.41º 0.61% 0.65% -
XYZ 20.71 13.03 17.95 -
YUV 100.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 166 64 116 0 0.61 0.30 0.35 329.41 0.44 0.45
Hex A6 40 74 0 3D 1E 23 149 2C 2D
Octal 246 100 164 0 75 36 43 511 54 55
Binary 10100110 1000000 1110100 0 111101 11110 100011 101001001 101100 101101

Color Harmonies of #A64074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64074

Black with #A64074

Text Example


Text Example

White with #A64074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64074; }

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

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

background-color css

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

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

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

border-color css

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

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

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