Html Css Color HEX #A64769 Rouge

📋 copy color: '#A64769'

red 166 ◦ green 71 ◦ blue 105

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

Shades of Rouge #A64769

Tints of Rouge #A64769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

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

R = 48.54%
G = 20.76%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A64769 (or 0xA64769) is known color: Rouge. HEX triplet: A6, 47 and 69. RGB value is (166,71,105). Sum of RGB (Red+Green+Blue) = 166+71+105=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A64769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64769 is #59B896. Grayscale: #676767. Windows color (decimal): -5879959 or 6899622. OLE color: 6899622.

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

Color convert

RGB 166 71 105 -
CMYK 0 0.57 0.37 0.35
HSL 338.53º 0.4% 0.46% -
HSV(B) 338.53º 0.57% 0.65% -
XYZ 20.53 13.63 14.91 -
YUV 103.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 166 71 105 0 0.57 0.37 0.35 338.53 0.4 0.46
Hex A6 47 69 0 39 25 23 153 28 2E
Octal 246 107 151 0 71 45 43 523 50 56
Binary 10100110 1000111 1101001 0 111001 100101 100011 101010011 101000 101110

Color Harmonies of #A64769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64769

Black with #A64769

Text Example


Text Example

White with #A64769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64769; }

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

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

background-color css

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

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

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

border-color css

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

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

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