#A83868

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

Shades of Rouge #A83868

Tints of Rouge #A83868

Color information

#A83868 (or 0xA83868) is unknown color: approx Rouge. HEX triplet: A8, 38 and 68. RGB value is (168,56,104). Sum of RGB (Red+Green+Blue) = 168+56+104=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A83868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83868 is #57C797. Grayscale: #5E5E5E. Windows color (decimal): -5752728 or 6830248. OLE color: 6830248.

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

Color convert

RGB16856104-
CMYK00.670.380.34
HSL334.29º50%43.92%-
HSV(B)334.29º66.67%65.88%-
XYZ20.0612.1514.39-
YUV94.96133.11180.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.22%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=51.22%
G=17.07%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685610400.670.380.34334.295043.92
HexA83868043262214e322c
Octal25070150010346425166254
Binary10101000111000110100001000011100110100010101001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83868; }

 p { color: rgb(168,56,104); }

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

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

 a { background-color: rgb(168,56,104); }

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

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

 span { border-color: rgb(168,56,104); }

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