Html Css Color HEX #A64466 Rouge

📋 copy color: '#A64466'

red 166 ◦ green 68 ◦ blue 102

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

Shades of Rouge #A64466

Tints of Rouge #A64466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 49.4%
G = 20.24%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A64466 (or 0xA64466) is known color: Rouge. HEX triplet: A6, 44 and 66. RGB value is (166,68,102). Sum of RGB (Red+Green+Blue) = 166+68+102=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A64466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64466 is #59BB99. Grayscale: #656565. Windows color (decimal): -5880730 or 6702246. OLE color: 6702246.

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

Color convert

RGB 166 68 102 -
CMYK 0 0.59 0.39 0.35
HSL 339.18º 0.42% 0.46% -
HSV(B) 339.18º 0.59% 0.65% -
XYZ 20.19 13.2 14.05 -
YUV 101.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 166 68 102 0 0.59 0.39 0.35 339.18 0.42 0.46
Hex A6 44 66 0 3B 27 23 153 2A 2E
Octal 246 104 146 0 73 47 43 523 52 56
Binary 10100110 1000100 1100110 0 111011 100111 100011 101010011 101010 101110

Color Harmonies of #A64466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64466

Black with #A64466

Text Example


Text Example

White with #A64466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64466; }

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

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

background-color css

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

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

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

border-color css

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

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

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