Html Css Color HEX #A64470 Rouge

📋 copy color: '#A64470'

red 166 ◦ green 68 ◦ blue 112

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

Shades of Rouge #A64470

Tints of Rouge #A64470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 47.98%
G = 19.65%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A64470 (or 0xA64470) is known color: Rouge. HEX triplet: A6, 44 and 70. RGB value is (166,68,112). Sum of RGB (Red+Green+Blue) = 166+68+112=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A64470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64470 is #59BB8F. Grayscale: #666666. Windows color (decimal): -5880720 or 7357606. OLE color: 7357606.

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

Color convert

RGB 166 68 112 -
CMYK 0 0.59 0.33 0.35
HSL 333.06º 0.42% 0.46% -
HSV(B) 333.06º 0.59% 0.65% -
XYZ 20.72 13.41 16.83 -
YUV 102.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 166 68 112 0 0.59 0.33 0.35 333.06 0.42 0.46
Hex A6 44 70 0 3B 21 23 14D 2A 2E
Octal 246 104 160 0 73 41 43 515 52 56
Binary 10100110 1000100 1110000 0 111011 100001 100011 101001101 101010 101110

Color Harmonies of #A64470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64470

Black with #A64470

Text Example


Text Example

White with #A64470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64470; }

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

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

background-color css

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

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

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

border-color css

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

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

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