#A5466E

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

Shades of Rouge #A5466E

Tints of Rouge #A5466E

Color information

#A5466E (or 0xA5466E) is unknown color: approx Rouge. HEX triplet: A5, 46 and 6E. RGB value is (165,70,110). Sum of RGB (Red+Green+Blue) = 165+70+110=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5466E is #5AB991. Grayscale: #666666. Windows color (decimal): -5945746 or 7227045. OLE color: 7227045.

HSL color Cylindrical-coordinate representation of color #A5466E: hue angle of 334.74º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5466E is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16570110-
CMYK00.580.330.35
HSL334.74º40.43%46.08%-
HSV(B)334.74º57.58%64.71%-
XYZ20.5213.5116.28-
YUV102.96131.97172.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=47.83%
G=20.29%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657011000.580.330.35334.7440.4346.08
HexA5466E03A212314f282e
Octal24510615607241435175056
Binary10100101100011011011100111010100001100011101001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5466E; }

 p { color: rgb(165,70,110); }

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

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

 a { background-color: rgb(165,70,110); }

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

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

 span { border-color: rgb(165,70,110); }

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