Html Css Color HEX #AD3466 Rouge

📋 copy color: '#AD3466'

red 173 ◦ green 52 ◦ blue 102

#AD3466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #AD3466

Tints of Rouge #AD3466

RGB

 RED value IS 173 (67.97% from 255) = 52.91%

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 52.91%
G = 15.9%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD3466 (or 0xAD3466) is known color: Rouge. HEX triplet: AD, 34 and 66. RGB value is (173,52,102). Sum of RGB (Red+Green+Blue) = 173+52+102=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3466 is #52CB99. Grayscale: #5D5D5D. Windows color (decimal): -5426074 or 6698157. OLE color: 6698157.

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

Color convert

RGB 173 52 102 -
CMYK 0 0.70 0.41 0.32
HSL 335.21º 0.54% 0.44% -
HSV(B) 335.21º 0.7% 0.68% -
XYZ 20.86 12.3 13.84 -
YUV 93.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 173 52 102 0 0.70 0.41 0.32 335.21 0.54 0.44
Hex AD 34 66 0 46 29 20 14F 36 2C
Octal 255 64 146 0 106 51 40 517 66 54
Binary 10101101 110100 1100110 0 1000110 101001 100000 101001111 110110 101100

Color Harmonies of #AD3466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3466

Black with #AD3466

Text Example


Text Example

White with #AD3466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3466; }

 p { color: rgb(173,52,102); }

 H1.HeaderClassName
 {
   color: #AD3466;
 }
 .AnyTagClassName
 {
   color: #AD3466;
 }
</style>

background-color css

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

 a { background-color: rgb(173,52,102); }

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

border-color css

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

 span { border-color: rgb(173,52,102); }

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