#A53A66

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

Shades of Rouge #A53A66

Tints of Rouge #A53A66

Color information

#A53A66 (or 0xA53A66) is unknown color: approx Rouge. HEX triplet: A5, 3A and 66. RGB value is (165,58,102). Sum of RGB (Red+Green+Blue) = 165+58+102=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A66 is #5AC599. Grayscale: #5E5E5E. Windows color (decimal): -5948826 or 6699685. OLE color: 6699685.

HSL color Cylindrical-coordinate representation of color #A53A66: hue angle of 335.33º degrees, saturation: 0.48, 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 #A53A66 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16558102-
CMYK00.650.380.35
HSL335.33º47.98%43.73%-
HSV(B)335.33º64.85%64.71%-
XYZ19.4311.9813.86-
YUV95.01131.95177.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=50.77%
G=17.85%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655810200.650.380.35335.3347.9843.73
HexA53A66041262314f302c
Octal24572146010146435176054
Binary10100101111010110011001000001100110100011101001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A66; }

 p { color: rgb(165,58,102); }

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

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

 a { background-color: rgb(165,58,102); }

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

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

 span { border-color: rgb(165,58,102); }

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