Html Css Color HEX #A84364 Rouge

📋 copy color: '#A84364'

red 168 ◦ green 67 ◦ blue 100

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

Shades of Rouge #A84364

Tints of Rouge #A84364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

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

R = 50.15%
G = 20%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A84364 (or 0xA84364) is known color: Rouge. HEX triplet: A8, 43 and 64. RGB value is (168,67,100). Sum of RGB (Red+Green+Blue) = 168+67+100=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A84364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84364 is #57BC9B. Grayscale: #646464. Windows color (decimal): -5749916 or 6570920. OLE color: 6570920.

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

Color convert

RGB 168 67 100 -
CMYK 0 0.60 0.40 0.34
HSL 340.4º 0.43% 0.46% -
HSV(B) 340.4º 0.6% 0.66% -
XYZ 20.46 13.26 13.54 -
YUV 100.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 168 67 100 0 0.60 0.40 0.34 340.4 0.43 0.46
Hex A8 43 64 0 3C 28 22 154 2B 2E
Octal 250 103 144 0 74 50 42 524 53 56
Binary 10101000 1000011 1100100 0 111100 101000 100010 101010100 101011 101110

Color Harmonies of #A84364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84364

Black with #A84364

Text Example


Text Example

White with #A84364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84364; }

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

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

background-color css

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

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

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

border-color css

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

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

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