Html Css Color HEX #A8396D Rouge

📋 copy color: '#A8396D'

red 168 ◦ green 57 ◦ blue 109

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

Shades of Rouge #A8396D

Tints of Rouge #A8396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 50.3%
G = 17.07%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8396D (or 0xA8396D) is known color: Rouge. HEX triplet: A8, 39 and 6D. RGB value is (168,57,109). Sum of RGB (Red+Green+Blue) = 168+57+109=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8396D is #57C692. Grayscale: #606060. Windows color (decimal): -5752467 or 7158184. OLE color: 7158184.

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

Color convert

RGB 168 57 109 -
CMYK 0 0.66 0.35 0.34
HSL 331.89º 0.49% 0.44% -
HSV(B) 331.89º 0.66% 0.66% -
XYZ 20.37 12.36 15.78 -
YUV 96.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 168 57 109 0 0.66 0.35 0.34 331.89 0.49 0.44
Hex A8 39 6D 0 42 23 22 14C 31 2C
Octal 250 71 155 0 102 43 42 514 61 54
Binary 10101000 111001 1101101 0 1000010 100011 100010 101001100 110001 101100

Color Harmonies of #A8396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8396D

Black with #A8396D

Text Example


Text Example

White with #A8396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8396D; }

 p { color: rgb(168,57,109); }

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

background-color css

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

 a { background-color: rgb(168,57,109); }

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

border-color css

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

 span { border-color: rgb(168,57,109); }

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