Html Css Color HEX #A64967 Rouge

📋 copy color: '#A64967'

red 166 ◦ green 73 ◦ blue 103

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

Shades of Rouge #A64967

Tints of Rouge #A64967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.12%

R = 48.54%
G = 21.35%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A64967 (or 0xA64967) is known color: Rouge. HEX triplet: A6, 49 and 67. RGB value is (166,73,103). Sum of RGB (Red+Green+Blue) = 166+73+103=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A64967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64967 is #59B698. Grayscale: #686868. Windows color (decimal): -5879449 or 6769062. OLE color: 6769062.

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

Color convert

RGB 166 73 103 -
CMYK 0 0.56 0.38 0.35
HSL 340.65º 0.39% 0.47% -
HSV(B) 340.65º 0.56% 0.65% -
XYZ 20.56 13.85 14.42 -
YUV 104.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 166 73 103 0 0.56 0.38 0.35 340.65 0.39 0.47
Hex A6 49 67 0 38 26 23 155 27 2F
Octal 246 111 147 0 70 46 43 525 47 57
Binary 10100110 1001001 1100111 0 111000 100110 100011 101010101 100111 101111

Color Harmonies of #A64967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64967

Black with #A64967

Text Example


Text Example

White with #A64967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64967; }

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

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

background-color css

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

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

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

border-color css

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

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

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