#A83768

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

Shades of Rouge #A83768

Tints of Rouge #A83768

Color information

#A83768 (or 0xA83768) is unknown color: approx Rouge. HEX triplet: A8, 37 and 68. RGB value is (168,55,104). Sum of RGB (Red+Green+Blue) = 168+55+104=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A83768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83768 is #57C897. Grayscale: #5E5E5E. Windows color (decimal): -5752984 or 6829992. OLE color: 6829992.

HSL color Cylindrical-coordinate representation of color #A83768: hue angle of 333.98º degrees, saturation: 0.51, 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 #A83768 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16855104-
CMYK00.670.380.34
HSL333.98º50.67%43.73%-
HSV(B)333.98º67.26%65.88%-
XYZ20.0112.0614.37-
YUV94.37133.44180.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=51.38%
G=16.82%
B=31.80%

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
Decimal1685510400.670.380.34333.9850.6743.73
HexA83768043262214e332c
Octal25067150010346425166354
Binary10101000110111110100001000011100110100010101001110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83768; }

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

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

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

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

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

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

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

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