#A1385F

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

Shades of Rouge #A1385F

Tints of Rouge #A1385F

Color information

#A1385F (or 0xA1385F) is unknown color: approx Rouge. HEX triplet: A1, 38 and 5F. RGB value is (161,56,95). Sum of RGB (Red+Green+Blue) = 161+56+95=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A1385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1385F is #5EC7A0. Grayscale: #5B5B5B. Windows color (decimal): -6211489 or 6240417. OLE color: 6240417.

HSL color Cylindrical-coordinate representation of color #A1385F: hue angle of 337.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1385F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1615695-
CMYK00.650.410.37
HSL337.71º48.39%42.55%-
HSV(B)337.71º65.22%63.14%-
XYZ18.1811.2312.04-
YUV91.84129.79177.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=51.60%
G=17.95%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161569500.650.410.37337.7148.3942.55
HexA1385F0412925152302b
Octal24170137010151455226053
Binary10100001111000101111101000001101001100101101010010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1385F; }

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

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

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

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

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

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

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

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