#A53F68

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

Shades of Rouge #A53F68

Tints of Rouge #A53F68

Color information

#A53F68 (or 0xA53F68) is unknown color: approx Rouge. HEX triplet: A5, 3F and 68. RGB value is (165,63,104). Sum of RGB (Red+Green+Blue) = 165+63+104=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53F68 is #5AC097. Grayscale: #626262. Windows color (decimal): -5947544 or 6832037. OLE color: 6832037.

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

Color convert

RGB16563104-
CMYK00.620.370.35
HSL335.88º44.74%44.71%-
HSV(B)335.88º61.82%64.71%-
XYZ19.7912.5514.48-
YUV98.17131.29175.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=49.70%
G=18.98%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656310400.620.370.35335.8844.7444.71
HexA53F6803E25231502d2d
Octal2457715007645435205555
Binary1010010111111111010000111110100101100011101010000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F68; }

 p { color: rgb(165,63,104); }

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

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

 a { background-color: rgb(165,63,104); }

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

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

 span { border-color: rgb(165,63,104); }

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