#A5506C

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

Shades of Rouge #A5506C

Tints of Rouge #A5506C

Color information

#A5506C (or 0xA5506C) is unknown color: approx Rouge. HEX triplet: A5, 50 and 6C. RGB value is (165,80,108). Sum of RGB (Red+Green+Blue) = 165+80+108=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5506C is #5AAF93. Grayscale: #6C6C6C. Windows color (decimal): -5943188 or 7098533. OLE color: 7098533.

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

Color convert

RGB16580108-
CMYK00.520.350.35
HSL340.24º34.69%48.04%-
HSV(B)340.24º51.52%64.71%-
XYZ21.0914.8215.94-
YUV108.61127.66168.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=46.74%
G=22.66%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658010800.520.350.35340.2434.6948.04
HexA5506C03423231542330
Octal24512015406443435244360
Binary10100101101000011011000110100100011100011101010100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5506C; }

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

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

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

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

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

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

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

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