#A63869

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

Shades of Rouge #A63869

Tints of Rouge #A63869

Color information

#A63869 (or 0xA63869) is unknown color: approx Rouge. HEX triplet: A6, 38 and 69. RGB value is (166,56,105). Sum of RGB (Red+Green+Blue) = 166+56+105=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A63869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63869 is #59C796. Grayscale: #5E5E5E. Windows color (decimal): -5883799 or 6895782. OLE color: 6895782.

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

Color convert

RGB16656105-
CMYK00.660.370.35
HSL333.27º49.55%43.53%-
HSV(B)333.27º66.27%65.1%-
XYZ19.6911.9614.63-
YUV94.48133.94179.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=50.76%
G=17.13%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665610500.660.370.35333.2749.5543.53
HexA63869042252314d322c
Octal24670151010245435156254
Binary10100110111000110100101000010100101100011101001101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63869; }

 p { color: rgb(166,56,105); }

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

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

 a { background-color: rgb(166,56,105); }

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

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

 span { border-color: rgb(166,56,105); }

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