Html Css Color HEX #A64665 Rouge

📋 copy color: '#A64665'

red 166 ◦ green 70 ◦ blue 101

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

Shades of Rouge #A64665

Tints of Rouge #A64665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 49.26%
G = 20.77%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A64665 (or 0xA64665) is known color: Rouge. HEX triplet: A6, 46 and 65. RGB value is (166,70,101). Sum of RGB (Red+Green+Blue) = 166+70+101=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A64665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64665 is #59B99A. Grayscale: #666666. Windows color (decimal): -5880219 or 6637222. OLE color: 6637222.

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

Color convert

RGB 166 70 101 -
CMYK 0 0.58 0.39 0.35
HSL 340.63º 0.41% 0.46% -
HSV(B) 340.63º 0.58% 0.65% -
XYZ 20.27 13.43 13.84 -
YUV 102.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 166 70 101 0 0.58 0.39 0.35 340.63 0.41 0.46
Hex A6 46 65 0 3A 27 23 155 29 2E
Octal 246 106 145 0 72 47 43 525 51 56
Binary 10100110 1000110 1100101 0 111010 100111 100011 101010101 101001 101110

Color Harmonies of #A64665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64665

Black with #A64665

Text Example


Text Example

White with #A64665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64665; }

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

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

background-color css

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

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

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

border-color css

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

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

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