#AD3369

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

Shades of Rouge #AD3369

Tints of Rouge #AD3369

Color information

#AD3369 (or 0xAD3369) is unknown color: approx Rouge. HEX triplet: AD, 33 and 69. RGB value is (173,51,105). Sum of RGB (Red+Green+Blue) = 173+51+105=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3369 is #52CC96. Grayscale: #5D5D5D. Windows color (decimal): -5426327 or 6894509. OLE color: 6894509.

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

Color convert

RGB17351105-
CMYK00.710.390.32
HSL333.44º54.46%43.92%-
HSV(B)333.44º70.52%67.84%-
XYZ20.9712.2714.63-
YUV93.63134.42184.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=52.58%
G=15.50%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735110500.710.390.32333.4454.4643.92
HexAD3369047272014d362c
Octal25563151010747405156654
Binary10101101110011110100101000111100111100000101001101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3369; }

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

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

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

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

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

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

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

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