Html Css Color HEX #A64669 Rouge

📋 copy color: '#A64669'

red 166 ◦ green 70 ◦ blue 105

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

Shades of Rouge #A64669

Tints of Rouge #A64669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.53%

 BLUE value IS 105 (41.41% from 255) = 30.79%

R = 48.68%
G = 20.53%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A64669 (or 0xA64669) is known color: Rouge. HEX triplet: A6, 46 and 69. RGB value is (166,70,105). Sum of RGB (Red+Green+Blue) = 166+70+105=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A64669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64669 is #59B996. Grayscale: #666666. Windows color (decimal): -5880215 or 6899366. OLE color: 6899366.

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

Color convert

RGB 166 70 105 -
CMYK 0 0.58 0.37 0.35
HSL 338.13º 0.41% 0.46% -
HSV(B) 338.13º 0.58% 0.65% -
XYZ 20.47 13.51 14.89 -
YUV 102.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 166 70 105 0 0.58 0.37 0.35 338.13 0.41 0.46
Hex A6 46 69 0 3A 25 23 152 29 2E
Octal 246 106 151 0 72 45 43 522 51 56
Binary 10100110 1000110 1101001 0 111010 100101 100011 101010010 101001 101110

Color Harmonies of #A64669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64669

Black with #A64669

Text Example


Text Example

White with #A64669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64669; }

 p { color: rgb(166,70,105); }

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

background-color css

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

 a { background-color: rgb(166,70,105); }

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

border-color css

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

 span { border-color: rgb(166,70,105); }

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