Html Css Color HEX #A8395B Rouge

📋 copy color: '#A8395B'

red 168 ◦ green 57 ◦ blue 91

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

Shades of Rouge #A8395B

Tints of Rouge #A8395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 53.16%
G = 18.04%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8395B (or 0xA8395B) is known color: Rouge. HEX triplet: A8, 39 and 5B. RGB value is (168,57,91). Sum of RGB (Red+Green+Blue) = 168+57+91=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8395B is #57C6A4. Grayscale: #5E5E5E. Windows color (decimal): -5752485 or 5978536. OLE color: 5978536.

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

Color convert

RGB 168 57 91 -
CMYK 0 0.66 0.46 0.34
HSL 341.62º 0.49% 0.44% -
HSV(B) 341.62º 0.66% 0.66% -
XYZ 19.5 12.01 11.19 -
YUV 94.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 168 57 91 0 0.66 0.46 0.34 341.62 0.49 0.44
Hex A8 39 5B 0 42 2E 22 156 31 2C
Octal 250 71 133 0 102 56 42 526 61 54
Binary 10101000 111001 1011011 0 1000010 101110 100010 101010110 110001 101100

Color Harmonies of #A8395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8395B

Black with #A8395B

Text Example


Text Example

White with #A8395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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