Html Css Color HEX #A8316A Rouge

📋 copy color: '#A8316A'

red 168 ◦ green 49 ◦ blue 106

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

Shades of Rouge #A8316A

Tints of Rouge #A8316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.82%

R = 52.01%
G = 15.17%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A8316A (or 0xA8316A) is known color: Rouge. HEX triplet: A8, 31 and 6A. RGB value is (168,49,106). Sum of RGB (Red+Green+Blue) = 168+49+106=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A8316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8316A is #57CE95. Grayscale: #5A5A5A. Windows color (decimal): -5754518 or 6959528. OLE color: 6959528.

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

Color convert

RGB 168 49 106 -
CMYK 0 0.71 0.37 0.34
HSL 331.26º 0.55% 0.43% -
HSV(B) 331.26º 0.71% 0.66% -
XYZ 19.85 11.56 14.82 -
YUV 91.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 168 49 106 0 0.71 0.37 0.34 331.26 0.55 0.43
Hex A8 31 6A 0 47 25 22 14B 37 2B
Octal 250 61 152 0 107 45 42 513 67 53
Binary 10101000 110001 1101010 0 1000111 100101 100010 101001011 110111 101011

Color Harmonies of #A8316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8316A

Black with #A8316A

Text Example


Text Example

White with #A8316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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