#A53A6F

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

Shades of Rouge #A53A6F

Tints of Rouge #A53A6F

Color information

#A53A6F (or 0xA53A6F) is unknown color: approx Rouge. HEX triplet: A5, 3A and 6F. RGB value is (165,58,111). Sum of RGB (Red+Green+Blue) = 165+58+111=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A6F is #5AC590. Grayscale: #5F5F5F. Windows color (decimal): -5948817 or 7289509. OLE color: 7289509.

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

Color convert

RGB16558111-
CMYK00.650.330.35
HSL330.28º47.98%43.73%-
HSV(B)330.28º64.85%64.71%-
XYZ19.912.1716.34-
YUV96.04136.45177.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=49.40%
G=17.37%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655811100.650.330.35330.2847.9843.73
HexA53A6F041212314a302c
Octal24572157010141435126054
Binary10100101111010110111101000001100001100011101001010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A6F; }

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

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

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

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

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

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

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

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