Html Css Color HEX #A64762 Rouge

📋 copy color: '#A64762'

red 166 ◦ green 71 ◦ blue 98

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

Shades of Rouge #A64762

Tints of Rouge #A64762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 49.55%
G = 21.19%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A64762 (or 0xA64762) is known color: Rouge. HEX triplet: A6, 47 and 62. RGB value is (166,71,98). Sum of RGB (Red+Green+Blue) = 166+71+98=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A64762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64762 is #59B89D. Grayscale: #666666. Windows color (decimal): -5879966 or 6440870. OLE color: 6440870.

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

Color convert

RGB 166 71 98 -
CMYK 0 0.57 0.41 0.35
HSL 342.95º 0.4% 0.46% -
HSV(B) 342.95º 0.57% 0.65% -
XYZ 20.18 13.5 13.1 -
YUV 102.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 166 71 98 0 0.57 0.41 0.35 342.95 0.4 0.46
Hex A6 47 62 0 39 29 23 157 28 2E
Octal 246 107 142 0 71 51 43 527 50 56
Binary 10100110 1000111 1100010 0 111001 101001 100011 101010111 101000 101110

Color Harmonies of #A64762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64762

Black with #A64762

Text Example


Text Example

White with #A64762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64762; }

 p { color: rgb(166,71,98); }

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

background-color css

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

 a { background-color: rgb(166,71,98); }

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

border-color css

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

 span { border-color: rgb(166,71,98); }

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