Html Css Color HEX #A84371 Rouge

📋 copy color: '#A84371'

red 168 ◦ green 67 ◦ blue 113

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

Shades of Rouge #A84371

Tints of Rouge #A84371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 48.28%
G = 19.25%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A84371 (or 0xA84371) is known color: Rouge. HEX triplet: A8, 43 and 71. RGB value is (168,67,113). Sum of RGB (Red+Green+Blue) = 168+67+113=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A84371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84371 is #57BC8E. Grayscale: #666666. Windows color (decimal): -5749903 or 7422888. OLE color: 7422888.

HSL color Cylindrical-coordinate representation of color #A84371: hue angle of 332.67º 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 #A84371 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 113 -
CMYK 0 0.60 0.33 0.34
HSL 332.67º 0.43% 0.46% -
HSV(B) 332.67º 0.6% 0.66% -
XYZ 21.14 13.53 17.12 -
YUV 102.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 168 67 113 0 0.60 0.33 0.34 332.67 0.43 0.46
Hex A8 43 71 0 3C 21 22 14D 2B 2E
Octal 250 103 161 0 74 41 42 515 53 56
Binary 10101000 1000011 1110001 0 111100 100001 100010 101001101 101011 101110

Color Harmonies of #A84371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84371

Black with #A84371

Text Example


Text Example

White with #A84371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84371; }

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

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

background-color css

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

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

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

border-color css

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

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

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