#A53976

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

Shades of Rouge #A53976

Tints of Rouge #A53976

Color information

#A53976 (or 0xA53976) is unknown color: approx Rouge. HEX triplet: A5, 39 and 76. RGB value is (165,57,118). Sum of RGB (Red+Green+Blue) = 165+57+118=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A53976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53976 is #5AC689. Grayscale: #606060. Windows color (decimal): -5949066 or 7748005. OLE color: 7748005.

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

Color convert

RGB16557118-
CMYK00.650.280.35
HSL326.11º48.65%43.53%-
HSV(B)326.11º65.45%64.71%-
XYZ20.2512.2318.43-
YUV96.25140.28177.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=48.53%
G=16.76%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655711800.650.280.35326.1148.6543.53
HexA539760411C23146312c
Octal24571166010134435066154
Binary1010010111100111101100100000111100100011101000110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53976; }

 p { color: rgb(165,57,118); }

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

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

 a { background-color: rgb(165,57,118); }

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

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

 span { border-color: rgb(165,57,118); }

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