#AD4467

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

Shades of Rouge #AD4467

Tints of Rouge #AD4467

Color information

#AD4467 (or 0xAD4467) is unknown color: approx Rouge. HEX triplet: AD, 44 and 67. RGB value is (173,68,103). Sum of RGB (Red+Green+Blue) = 173+68+103=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4467 is #52BB98. Grayscale: #676767. Windows color (decimal): -5421977 or 6767789. OLE color: 6767789.

HSL color Cylindrical-coordinate representation of color #AD4467: hue angle of 340º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4467 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB17368103-
CMYK00.610.400.32
HSL340º43.57%47.25%-
HSV(B)340º60.69%67.84%-
XYZ21.751414.39-
YUV103.38127.79177.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=50.29%
G=19.77%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736810300.610.400.3234043.5747.25
HexAD446703D28201542c2f
Octal25510414707550405245457
Binary10101101100010011001110111101101000100000101010100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4467; }

 p { color: rgb(173,68,103); }

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

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

 a { background-color: rgb(173,68,103); }

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

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

 span { border-color: rgb(173,68,103); }

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