#A53B65

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

Shades of Rouge #A53B65

Tints of Rouge #A53B65

Color information

#A53B65 (or 0xA53B65) is unknown color: approx Rouge. HEX triplet: A5, 3B and 65. RGB value is (165,59,101). Sum of RGB (Red+Green+Blue) = 165+59+101=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B65 is #5AC49A. Grayscale: #5F5F5F. Windows color (decimal): -5948571 or 6634405. OLE color: 6634405.

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

Color convert

RGB16559101-
CMYK00.640.390.35
HSL336.23º47.32%43.92%-
HSV(B)336.23º64.24%64.71%-
XYZ19.4312.0713.62-
YUV95.48131.12177.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=50.77%
G=18.15%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655910100.640.390.35336.2347.3243.92
HexA53B6504027231502f2c
Octal24573145010047435205754
Binary10100101111011110010101000000100111100011101010000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B65; }

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

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

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

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

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

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

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

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