#A8385C

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

Shades of Rouge #A8385C

Tints of Rouge #A8385C

Color information

#A8385C (or 0xA8385C) is unknown color: approx Rouge. HEX triplet: A8, 38 and 5C. RGB value is (168,56,92). Sum of RGB (Red+Green+Blue) = 168+56+92=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8385C is #57C7A3. Grayscale: #5D5D5D. Windows color (decimal): -5752740 or 6043816. OLE color: 6043816.

HSL color Cylindrical-coordinate representation of color #A8385C: hue angle of 340.71º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8385C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1685692-
CMYK00.670.450.34
HSL340.71º50%43.92%-
HSV(B)340.71º66.67%65.88%-
XYZ19.4911.9311.4-
YUV93.59127.11181.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=53.16%
G=17.72%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168569200.670.450.34340.715043.92
HexA8385C0432D22155322c
Octal25070134010355425256254
Binary10101000111000101110001000011101101100010101010101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8385C; }

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

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

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

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

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

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

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

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