#AD4469

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

Shades of Rouge #AD4469

Tints of Rouge #AD4469

Color information

#AD4469 (or 0xAD4469) is unknown color: approx Rouge. HEX triplet: AD, 44 and 69. RGB value is (173,68,105). Sum of RGB (Red+Green+Blue) = 173+68+105=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4469 is #52BB96. Grayscale: #676767. Windows color (decimal): -5421975 or 6898861. OLE color: 6898861.

HSL color Cylindrical-coordinate representation of color #AD4469: hue angle of 338.86º 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 #AD4469 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17368105-
CMYK00.610.390.32
HSL338.86º43.57%47.25%-
HSV(B)338.86º60.69%67.84%-
XYZ21.8514.0414.92-
YUV103.61128.79177.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=50%
G=19.65%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736810500.610.390.32338.8643.5747.25
HexAD446903D27201532c2f
Octal25510415107547405235457
Binary10101101100010011010010111101100111100000101010011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4469; }

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

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

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

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

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

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

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

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