Html Css Color HEX #A64062 Rouge

📋 copy color: '#A64062'

red 166 ◦ green 64 ◦ blue 98

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

Shades of Rouge #A64062

Tints of Rouge #A64062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

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

R = 50.61%
G = 19.51%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A64062 (or 0xA64062) is known color: Rouge. HEX triplet: A6, 40 and 62. RGB value is (166,64,98). Sum of RGB (Red+Green+Blue) = 166+64+98=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A64062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64062 is #59BF9D. Grayscale: #626262. Windows color (decimal): -5881758 or 6439078. OLE color: 6439078.

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

Color convert

RGB 166 64 98 -
CMYK 0 0.61 0.41 0.35
HSL 340º 0.44% 0.45% -
HSV(B) 340º 0.61% 0.65% -
XYZ 19.76 12.66 12.96 -
YUV 98.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 166 64 98 0 0.61 0.41 0.35 340 0.44 0.45
Hex A6 40 62 0 3D 29 23 154 2C 2D
Octal 246 100 142 0 75 51 43 524 54 55
Binary 10100110 1000000 1100010 0 111101 101001 100011 101010100 101100 101101

Color Harmonies of #A64062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64062

Black with #A64062

Text Example


Text Example

White with #A64062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64062; }

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

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

background-color css

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

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

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

border-color css

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

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

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