Html Css Color HEX #AD3666 Rouge

📋 copy color: '#AD3666'

red 173 ◦ green 54 ◦ blue 102

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

Shades of Rouge #AD3666

Tints of Rouge #AD3666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

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

R = 52.58%
G = 16.41%
B = 31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD3666 (or 0xAD3666) is known color: Rouge. HEX triplet: AD, 36 and 66. RGB value is (173,54,102). Sum of RGB (Red+Green+Blue) = 173+54+102=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3666 is #52C999. Grayscale: #5E5E5E. Windows color (decimal): -5425562 or 6698669. OLE color: 6698669.

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

Color convert

RGB 173 54 102 -
CMYK 0 0.69 0.41 0.32
HSL 335.8º 0.52% 0.45% -
HSV(B) 335.8º 0.69% 0.68% -
XYZ 20.95 12.48 13.88 -
YUV 95.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 173 54 102 0 0.69 0.41 0.32 335.8 0.52 0.45
Hex AD 36 66 0 45 29 20 150 34 2D
Octal 255 66 146 0 105 51 40 520 64 55
Binary 10101101 110110 1100110 0 1000101 101001 100000 101010000 110100 101101

Color Harmonies of #AD3666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3666

Black with #AD3666

Text Example


Text Example

White with #AD3666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3666; }

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

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

background-color css

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

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

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

border-color css

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

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

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