#A3385F

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

Shades of Rouge #A3385F

Tints of Rouge #A3385F

Color information

#A3385F (or 0xA3385F) is unknown color: approx Rouge. HEX triplet: A3, 38 and 5F. RGB value is (163,56,95). Sum of RGB (Red+Green+Blue) = 163+56+95=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A3385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3385F is #5CC7A0. Grayscale: #5C5C5C. Windows color (decimal): -6080417 or 6240419. OLE color: 6240419.

HSL color Cylindrical-coordinate representation of color #A3385F: hue angle of 338.13º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3385F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1635695-
CMYK00.660.420.36
HSL338.13º48.86%42.94%-
HSV(B)338.13º65.64%63.92%-
XYZ18.5811.4412.06-
YUV92.44129.45178.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 56 (22.27% from 255) = 17.83%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=51.91%
G=17.83%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163569500.660.420.36338.1348.8642.94
HexA3385F0422A24152312b
Octal24370137010252445226153
Binary10100011111000101111101000010101010100100101010010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3385F; }

 p { color: rgb(163,56,95); }

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

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

 a { background-color: rgb(163,56,95); }

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

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

 span { border-color: rgb(163,56,95); }

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