#A83365

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

Shades of Rouge #A83365

Tints of Rouge #A83365

Color information

#A83365 (or 0xA83365) is unknown color: approx Rouge. HEX triplet: A8, 33 and 65. RGB value is (168,51,101). Sum of RGB (Red+Green+Blue) = 168+51+101=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A83365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83365 is #57CC9A. Grayscale: #5B5B5B. Windows color (decimal): -5754011 or 6632360. OLE color: 6632360.

HSL color Cylindrical-coordinate representation of color #A83365: hue angle of 334.36º degrees, saturation: 0.53, 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 #A83365 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16851101-
CMYK00.700.400.34
HSL334.36º53.42%42.94%-
HSV(B)334.36º69.64%65.88%-
XYZ19.6811.6313.52-
YUV91.68133.26182.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=52.5%
G=15.94%
B=31.56%

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
Decimal1685110100.700.400.34334.3653.4242.94
HexA83365046282214e352b
Octal25063145010650425166553
Binary10101000110011110010101000110101000100010101001110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83365; }

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

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

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

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

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

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

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

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