Html Css Color HEX #A8396B Rouge

📋 copy color: '#A8396B'

red 168 ◦ green 57 ◦ blue 107

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

Shades of Rouge #A8396B

Tints of Rouge #A8396B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 50.6%
G = 17.17%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8396B (or 0xA8396B) is known color: Rouge. HEX triplet: A8, 39 and 6B. RGB value is (168,57,107). Sum of RGB (Red+Green+Blue) = 168+57+107=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8396B is #57C694. Grayscale: #5F5F5F. Windows color (decimal): -5752469 or 7027112. OLE color: 7027112.

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

Color convert

RGB 168 57 107 -
CMYK 0 0.66 0.36 0.34
HSL 332.97º 0.49% 0.44% -
HSV(B) 332.97º 0.66% 0.66% -
XYZ 20.27 12.31 15.22 -
YUV 95.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 168 57 107 0 0.66 0.36 0.34 332.97 0.49 0.44
Hex A8 39 6B 0 42 24 22 14D 31 2C
Octal 250 71 153 0 102 44 42 515 61 54
Binary 10101000 111001 1101011 0 1000010 100100 100010 101001101 110001 101100

Color Harmonies of #A8396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8396B

Black with #A8396B

Text Example


Text Example

White with #A8396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8396B; }

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

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

background-color css

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

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

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

border-color css

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

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

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