#A5466B

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

Shades of Rouge #A5466B

Tints of Rouge #A5466B

Color information

#A5466B (or 0xA5466B) is unknown color: approx Rouge. HEX triplet: A5, 46 and 6B. RGB value is (165,70,107). Sum of RGB (Red+Green+Blue) = 165+70+107=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5466B is #5AB994. Grayscale: #666666. Windows color (decimal): -5945749 or 7030437. OLE color: 7030437.

HSL color Cylindrical-coordinate representation of color #A5466B: hue angle of 336.63º 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 #A5466B is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16570107-
CMYK00.580.350.35
HSL336.63º40.43%46.08%-
HSV(B)336.63º57.58%64.71%-
XYZ20.3613.4415.43-
YUV102.62130.47172.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=48.25%
G=20.47%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657010700.580.350.35336.6340.4346.08
HexA5466B03A2323151282e
Octal24510615307243435215056
Binary10100101100011011010110111010100011100011101010001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5466B; }

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

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

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

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

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

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

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

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