Html Css Color HEX #A84164 Rouge

📋 copy color: '#A84164'

red 168 ◦ green 65 ◦ blue 100

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

Shades of Rouge #A84164

Tints of Rouge #A84164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 50.45%
G = 19.52%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A84164 (or 0xA84164) is known color: Rouge. HEX triplet: A8, 41 and 64. RGB value is (168,65,100). Sum of RGB (Red+Green+Blue) = 168+65+100=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A84164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84164 is #57BE9B. Grayscale: #636363. Windows color (decimal): -5750428 or 6570408. OLE color: 6570408.

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

Color convert

RGB 168 65 100 -
CMYK 0 0.61 0.40 0.34
HSL 339.61º 0.44% 0.46% -
HSV(B) 339.61º 0.61% 0.66% -
XYZ 20.34 13.03 13.5 -
YUV 99.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 168 65 100 0 0.61 0.40 0.34 339.61 0.44 0.46
Hex A8 41 64 0 3D 28 22 154 2C 2E
Octal 250 101 144 0 75 50 42 524 54 56
Binary 10101000 1000001 1100100 0 111101 101000 100010 101010100 101100 101110

Color Harmonies of #A84164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84164

Black with #A84164

Text Example


Text Example

White with #A84164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84164; }

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

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

background-color css

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

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

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

border-color css

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

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

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