#AD3862

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

Shades of Rouge #AD3862

Tints of Rouge #AD3862

Color information

#AD3862 (or 0xAD3862) is unknown color: approx Rouge. HEX triplet: AD, 38 and 62. RGB value is (173,56,98). Sum of RGB (Red+Green+Blue) = 173+56+98=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3862 is #52C79D. Grayscale: #5F5F5F. Windows color (decimal): -5425054 or 6437037. OLE color: 6437037.

HSL color Cylindrical-coordinate representation of color #AD3862: hue angle of 338.46º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3862 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB1735698-
CMYK00.680.430.32
HSL338.46º51.09%44.9%-
HSV(B)338.46º67.63%67.84%-
XYZ20.8512.5912.89-
YUV95.77129.26183.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=52.91%
G=17.13%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173569800.680.430.32338.4651.0944.9
HexAD38620442B20152332d
Octal25570142010453405226355
Binary10101101111000110001001000100101011100000101010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3862; }

 p { color: rgb(173,56,98); }

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

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

 a { background-color: rgb(173,56,98); }

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

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

 span { border-color: rgb(173,56,98); }

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