Html Css Color HEX #A64868 Rouge

📋 copy color: '#A64868'

red 166 ◦ green 72 ◦ blue 104

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

Shades of Rouge #A64868

Tints of Rouge #A64868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 48.54%
G = 21.05%
B = 30.41%

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

#A64868 (or 0xA64868) is known color: Rouge. HEX triplet: A6, 48 and 68. RGB value is (166,72,104). Sum of RGB (Red+Green+Blue) = 166+72+104=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A64868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64868 is #59B797. Grayscale: #676767. Windows color (decimal): -5879704 or 6834342. OLE color: 6834342.

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

Color convert

RGB 166 72 104 -
CMYK 0 0.57 0.37 0.35
HSL 339.57º 0.39% 0.47% -
HSV(B) 339.57º 0.57% 0.65% -
XYZ 20.54 13.74 14.67 -
YUV 103.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 166 72 104 0 0.57 0.37 0.35 339.57 0.39 0.47
Hex A6 48 68 0 39 25 23 154 27 2F
Octal 246 110 150 0 71 45 43 524 47 57
Binary 10100110 1001000 1101000 0 111001 100101 100011 101010100 100111 101111

Color Harmonies of #A64868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64868

Black with #A64868

Text Example


Text Example

White with #A64868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64868; }

 p { color: rgb(166,72,104); }

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

background-color css

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

 a { background-color: rgb(166,72,104); }

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

border-color css

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

 span { border-color: rgb(166,72,104); }

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