#A83D6C

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

Shades of Rouge #A83D6C

Tints of Rouge #A83D6C

Color information

#A83D6C (or 0xA83D6C) is unknown color: approx Rouge. HEX triplet: A8, 3D and 6C. RGB value is (168,61,108). Sum of RGB (Red+Green+Blue) = 168+61+108=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83D6C is #57C293. Grayscale: #626262. Windows color (decimal): -5751444 or 7093672. OLE color: 7093672.

HSL color Cylindrical-coordinate representation of color #A83D6C: hue angle of 333.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83D6C is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16861108-
CMYK00.640.360.34
HSL333.64º46.72%44.9%-
HSV(B)333.64º63.69%65.88%-
XYZ20.5212.7515.57-
YUV98.35133.45177.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=49.85%
G=18.10%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686110800.640.360.34333.6446.7244.9
HexA83D6C040242214e2f2d
Octal25075154010044425165755
Binary10101000111101110110001000000100100100010101001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83D6C; }

 p { color: rgb(168,61,108); }

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

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

 a { background-color: rgb(168,61,108); }

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

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

 span { border-color: rgb(168,61,108); }

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