Html Css Color HEX #A64566 Rouge

📋 copy color: '#A64566'

red 166 ◦ green 69 ◦ blue 102

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

Shades of Rouge #A64566

Tints of Rouge #A64566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 49.26%
G = 20.47%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A64566 (or 0xA64566) is known color: Rouge. HEX triplet: A6, 45 and 66. RGB value is (166,69,102). Sum of RGB (Red+Green+Blue) = 166+69+102=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A64566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64566 is #59BA99. Grayscale: #656565. Windows color (decimal): -5880474 or 6702502. OLE color: 6702502.

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

Color convert

RGB 166 69 102 -
CMYK 0 0.58 0.39 0.35
HSL 339.59º 0.41% 0.46% -
HSV(B) 339.59º 0.58% 0.65% -
XYZ 20.25 13.32 14.07 -
YUV 101.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 166 69 102 0 0.58 0.39 0.35 339.59 0.41 0.46
Hex A6 45 66 0 3A 27 23 154 29 2E
Octal 246 105 146 0 72 47 43 524 51 56
Binary 10100110 1000101 1100110 0 111010 100111 100011 101010100 101001 101110

Color Harmonies of #A64566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64566

Black with #A64566

Text Example


Text Example

White with #A64566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64566; }

 p { color: rgb(166,69,102); }

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

background-color css

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

 a { background-color: rgb(166,69,102); }

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

border-color css

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

 span { border-color: rgb(166,69,102); }

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