#A93365

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

Shades of Rouge #A93365

Tints of Rouge #A93365

Color information

#A93365 (or 0xA93365) is unknown color: approx Rouge. HEX triplet: A9, 33 and 65. RGB value is (169,51,101). Sum of RGB (Red+Green+Blue) = 169+51+101=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A93365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93365 is #56CC9A. Grayscale: #5B5B5B. Windows color (decimal): -5688475 or 6632361. OLE color: 6632361.

HSL color Cylindrical-coordinate representation of color #A93365: hue angle of 334.58º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93365 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16951101-
CMYK00.700.400.34
HSL334.58º53.64%43.14%-
HSV(B)334.58º69.82%66.27%-
XYZ19.8911.7413.53-
YUV91.98133.09182.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=52.65%
G=15.89%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695110100.700.400.34334.5853.6443.14
HexA93365046282214f362b
Octal25163145010650425176653
Binary10101001110011110010101000110101000100010101001111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93365; }

 p { color: rgb(169,51,101); }

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

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

 a { background-color: rgb(169,51,101); }

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

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

 span { border-color: rgb(169,51,101); }

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