#A53B76

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

Shades of Rouge #A53B76

Tints of Rouge #A53B76

Color information

#A53B76 (or 0xA53B76) is unknown color: approx Rouge. HEX triplet: A5, 3B and 76. RGB value is (165,59,118). Sum of RGB (Red+Green+Blue) = 165+59+118=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B76 is #5AC489. Grayscale: #616161. Windows color (decimal): -5948554 or 7748517. OLE color: 7748517.

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

Color convert

RGB16559118-
CMYK00.640.280.35
HSL326.6º47.32%43.92%-
HSV(B)326.6º64.24%64.71%-
XYZ20.3512.4418.47-
YUV97.42139.62176.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 59 (23.44% from 255) = 17.25%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=48.25%
G=17.25%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655911800.640.280.35326.647.3243.92
HexA53B760401C231472f2c
Octal24573166010034435075754
Binary1010010111101111101100100000011100100011101000111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B76; }

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

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

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

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

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

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

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

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