Html Css Color HEX #A64968 Rouge

📋 copy color: '#A64968'

red 166 ◦ green 73 ◦ blue 104

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

Shades of Rouge #A64968

Tints of Rouge #A64968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.28%

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

R = 48.4%
G = 21.28%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A64968 (or 0xA64968) is known color: Rouge. HEX triplet: A6, 49 and 68. RGB value is (166,73,104). Sum of RGB (Red+Green+Blue) = 166+73+104=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A64968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64968 is #59B697. Grayscale: #686868. Windows color (decimal): -5879448 or 6834598. OLE color: 6834598.

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

Color convert

RGB 166 73 104 -
CMYK 0 0.56 0.37 0.35
HSL 340º 0.39% 0.47% -
HSV(B) 340º 0.56% 0.65% -
XYZ 20.61 13.87 14.69 -
YUV 104.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 166 73 104 0 0.56 0.37 0.35 340 0.39 0.47
Hex A6 49 68 0 38 25 23 154 27 2F
Octal 246 111 150 0 70 45 43 524 47 57
Binary 10100110 1001001 1101000 0 111000 100101 100011 101010100 100111 101111

Color Harmonies of #A64968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64968

Black with #A64968

Text Example


Text Example

White with #A64968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64968; }

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

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

background-color css

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

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

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

border-color css

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

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

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