Html Css Color HEX #A84664 Rouge

📋 copy color: '#A84664'

red 168 ◦ green 70 ◦ blue 100

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

Shades of Rouge #A84664

Tints of Rouge #A84664

RGB

 RED value IS 168 (66.02% from 255) = 49.7%

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 49.7%
G = 20.71%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A84664 (or 0xA84664) is known color: Rouge. HEX triplet: A8, 46 and 64. RGB value is (168,70,100). Sum of RGB (Red+Green+Blue) = 168+70+100=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A84664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84664 is #57B99B. Grayscale: #666666. Windows color (decimal): -5749148 or 6571688. OLE color: 6571688.

HSL color Cylindrical-coordinate representation of color #A84664: hue angle of 341.63º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84664 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 70 100 -
CMYK 0 0.58 0.40 0.34
HSL 341.63º 0.41% 0.47% -
HSV(B) 341.63º 0.58% 0.66% -
XYZ 20.64 13.63 13.6 -
YUV 102.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 168 70 100 0 0.58 0.40 0.34 341.63 0.41 0.47
Hex A8 46 64 0 3A 28 22 156 29 2F
Octal 250 106 144 0 72 50 42 526 51 57
Binary 10101000 1000110 1100100 0 111010 101000 100010 101010110 101001 101111

Color Harmonies of #A84664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84664

Black with #A84664

Text Example


Text Example

White with #A84664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84664; }

 p { color: rgb(168,70,100); }

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

background-color css

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

 a { background-color: rgb(168,70,100); }

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

border-color css

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

 span { border-color: rgb(168,70,100); }

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