#A8415E

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

Shades of Rouge #A8415E

Tints of Rouge #A8415E

Color information

#A8415E (or 0xA8415E) is unknown color: approx Rouge. HEX triplet: A8, 41 and 5E. RGB value is (168,65,94). Sum of RGB (Red+Green+Blue) = 168+65+94=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8415E is #57BEA1. Grayscale: #636363. Windows color (decimal): -5750434 or 6177192. OLE color: 6177192.

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

Color convert

RGB1686594-
CMYK00.610.440.34
HSL343.11º44.21%45.69%-
HSV(B)343.11º61.31%65.88%-
XYZ20.0612.9112.03-
YUV99.1125.12177.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=51.38%
G=19.88%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168659400.610.440.34343.1144.2145.69
HexA8415E03D2C221572c2e
Octal25010113607554425275456
Binary10101000100000110111100111101101100100010101010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8415E; }

 p { color: rgb(168,65,94); }

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

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

 a { background-color: rgb(168,65,94); }

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

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

 span { border-color: rgb(168,65,94); }

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