Html Css Color HEX #A8316F Rouge

📋 copy color: '#A8316F'

red 168 ◦ green 49 ◦ blue 111

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

Shades of Rouge #A8316F

Tints of Rouge #A8316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 51.22%
G = 14.94%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8316F (or 0xA8316F) is known color: Rouge. HEX triplet: A8, 31 and 6F. RGB value is (168,49,111). Sum of RGB (Red+Green+Blue) = 168+49+111=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8316F is #57CE90. Grayscale: #5B5B5B. Windows color (decimal): -5754513 or 7287208. OLE color: 7287208.

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

Color convert

RGB 168 49 111 -
CMYK 0 0.71 0.34 0.34
HSL 328.74º 0.55% 0.43% -
HSV(B) 328.74º 0.71% 0.66% -
XYZ 20.12 11.67 16.23 -
YUV 91.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 168 49 111 0 0.71 0.34 0.34 328.74 0.55 0.43
Hex A8 31 6F 0 47 22 22 149 37 2B
Octal 250 61 157 0 107 42 42 511 67 53
Binary 10101000 110001 1101111 0 1000111 100010 100010 101001001 110111 101011

Color Harmonies of #A8316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8316F

Black with #A8316F

Text Example


Text Example

White with #A8316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8316F; }

 p { color: rgb(168,49,111); }

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

background-color css

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

 a { background-color: rgb(168,49,111); }

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

border-color css

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

 span { border-color: rgb(168,49,111); }

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