#A83975

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

Shades of Rouge #A83975

Tints of Rouge #A83975

Color information

#A83975 (or 0xA83975) is unknown color: approx Rouge. HEX triplet: A8, 39 and 75. RGB value is (168,57,117). Sum of RGB (Red+Green+Blue) = 168+57+117=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A83975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83975 is #57C68A. Grayscale: #606060. Windows color (decimal): -5752459 or 7682472. OLE color: 7682472.

HSL color Cylindrical-coordinate representation of color #A83975: hue angle of 327.57º 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 #A83975 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16857117-
CMYK00.660.300.34
HSL327.57º49.33%44.12%-
HSV(B)327.57º66.07%65.88%-
XYZ20.8212.5418.15-
YUV97.03139.27178.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=49.12%
G=16.67%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685711700.660.300.34327.5749.3344.12
HexA839750421E22148312c
Octal25071165010236425106154
Binary1010100011100111101010100001011110100010101001000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83975; }

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

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

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

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

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

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

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

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