#a5416d

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

Shades of Rouge #A5416D

Tints of Rouge #A5416D

Color information

#A5416D (or 0xA5416D) is unknown color: approx Rouge. HEX triplet: A5, 41 and 6D. RGB value is (165,65,109). Sum of RGB (Red+Green+Blue) = 165+65+109=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5416D is #5ABE92. Grayscale: #636363. Windows color (decimal): -5947027 or 7160229. OLE color: 7160229.

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

Color convert

RGB16565109-
CMYK00.610.340.35
HSL333.6º43.48%45.1%-
HSV(B)333.6º60.61%64.71%-
XYZ20.1712.8815.89-
YUV99.92133.13174.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=48.67%
G=19.17%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656510900.610.340.35333.643.4845.1
HexA5416D03D222314e2b2d
Octal24510115507542435165355
Binary10100101100000111011010111101100010100011101001110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5416d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5416d; }

 p { color: rgb(165,65,109); }

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

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

 a { background-color: rgb(165,65,109); }

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

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

 span { border-color: rgb(165,65,109); }

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