#A53A68

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

Shades of Rouge #A53A68

Tints of Rouge #A53A68

Color information

#A53A68 (or 0xA53A68) is unknown color: approx Rouge. HEX triplet: A5, 3A and 68. RGB value is (165,58,104). Sum of RGB (Red+Green+Blue) = 165+58+104=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A68 is #5AC597. Grayscale: #5F5F5F. Windows color (decimal): -5948824 or 6830757. OLE color: 6830757.

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

Color convert

RGB16558104-
CMYK00.650.370.35
HSL334.21º47.98%43.73%-
HSV(B)334.21º64.85%64.71%-
XYZ19.5312.0214.39-
YUV95.24132.95177.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 58 (23.05% from 255) = 17.74%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=50.46%
G=17.74%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655810400.650.370.35334.2147.9843.73
HexA53A68041252314e302c
Octal24572150010145435166054
Binary10100101111010110100001000001100101100011101001110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A68; }

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

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

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

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

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

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

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

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