Html Css Color HEX #A8395C Rouge

📋 copy color: '#A8395C'

red 168 ◦ green 57 ◦ blue 92

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

Shades of Rouge #A8395C

Tints of Rouge #A8395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 53%
G = 17.98%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8395C (or 0xA8395C) is known color: Rouge. HEX triplet: A8, 39 and 5C. RGB value is (168,57,92). Sum of RGB (Red+Green+Blue) = 168+57+92=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8395C is #57C6A3. Grayscale: #5E5E5E. Windows color (decimal): -5752484 or 6044072. OLE color: 6044072.

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

Color convert

RGB 168 57 92 -
CMYK 0 0.66 0.45 0.34
HSL 341.08º 0.49% 0.44% -
HSV(B) 341.08º 0.66% 0.66% -
XYZ 19.54 12.02 11.42 -
YUV 94.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 168 57 92 0 0.66 0.45 0.34 341.08 0.49 0.44
Hex A8 39 5C 0 42 2D 22 155 31 2C
Octal 250 71 134 0 102 55 42 525 61 54
Binary 10101000 111001 1011100 0 1000010 101101 100010 101010101 110001 101100

Color Harmonies of #A8395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8395C

Black with #A8395C

Text Example


Text Example

White with #A8395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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