#A8395C

Color #A8395C Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A8395C

Tints of Rouge #A8395C

Color information

#A8395C (or 0xA8395C) is unknown color: approx 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

RGB1685792-
CMYK00.660.450.34
HSL341.08º49.33%44.12%-
HSV(B)341.08º66.07%65.88%-
XYZ19.5412.0211.42-
YUV94.18126.77180.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=53.00%
G=17.98%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168579200.660.450.34341.0849.3344.12
HexA8395C0422D22155312c
Octal25071134010255425256154
Binary10101000111001101110001000010101101100010101010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>