#A5386C

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

Shades of Rouge #A5386C

Tints of Rouge #A5386C

Color information

#A5386C (or 0xA5386C) is unknown color: approx Rouge. HEX triplet: A5, 38 and 6C. RGB value is (165,56,108). Sum of RGB (Red+Green+Blue) = 165+56+108=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5386C is #5AC793. Grayscale: #5E5E5E. Windows color (decimal): -5949332 or 7092389. OLE color: 7092389.

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

Color convert

RGB16556108-
CMYK00.660.350.35
HSL331.38º49.32%43.33%-
HSV(B)331.38º66.06%64.71%-
XYZ19.6411.9115.45-
YUV94.52135.61178.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=50.15%
G=17.02%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655610800.660.350.35331.3849.3243.33
HexA5386C042232314b312b
Octal24570154010243435136153
Binary10100101111000110110001000010100011100011101001011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5386C; }

 p { color: rgb(165,56,108); }

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

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

 a { background-color: rgb(165,56,108); }

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

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

 span { border-color: rgb(165,56,108); }

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