#A83969

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

Shades of Rouge #A83969

Tints of Rouge #A83969

Color information

#A83969 (or 0xA83969) is unknown color: approx Rouge. HEX triplet: A8, 39 and 69. RGB value is (168,57,105). Sum of RGB (Red+Green+Blue) = 168+57+105=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A83969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83969 is #57C696. Grayscale: #5F5F5F. Windows color (decimal): -5752471 or 6896040. OLE color: 6896040.

HSL color Cylindrical-coordinate representation of color #A83969: hue angle of 334.05º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83969 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16857105-
CMYK00.660.380.34
HSL334.05º49.33%44.12%-
HSV(B)334.05º66.07%65.88%-
XYZ20.1612.2714.67-
YUV95.66133.27179.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=50.91%
G=17.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685710500.660.380.34334.0549.3344.12
HexA83969042262214e312c
Octal25071151010246425166154
Binary10101000111001110100101000010100110100010101001110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83969; }

 p { color: rgb(168,57,105); }

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

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

 a { background-color: rgb(168,57,105); }

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

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

 span { border-color: rgb(168,57,105); }

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