#A8395F

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

Shades of Rouge #A8395F

Tints of Rouge #A8395F

Color information

#A8395F (or 0xA8395F) is unknown color: approx Rouge. HEX triplet: A8, 39 and 5F. RGB value is (168,57,95). Sum of RGB (Red+Green+Blue) = 168+57+95=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A8395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8395F is #57C6A0. Grayscale: #5E5E5E. Windows color (decimal): -5752481 or 6240680. OLE color: 6240680.

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

Color convert

RGB1685795-
CMYK00.660.430.34
HSL339.46º49.33%44.12%-
HSV(B)339.46º66.07%65.88%-
XYZ19.6812.0812.12-
YUV94.52128.27180.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=52.5%
G=17.81%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168579500.660.430.34339.4649.3344.12
HexA8395F0422B22153312c
Octal25071137010253425236154
Binary10101000111001101111101000010101011100010101010011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8395F; }

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

 H1.HeaderClassName
 {
   color: #A8395F;
 }
 .AnyTagClassName
 {
   color: #A8395F;
 }
</style>
background-color css

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

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

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

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

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

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