Html Css Color HEX #AD3660 Rouge

📋 copy color: '#AD3660'

red 173 ◦ green 54 ◦ blue 96

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

Shades of Rouge #AD3660

Tints of Rouge #AD3660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 53.56%
G = 16.72%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD3660 (or 0xAD3660) is known color: Rouge. HEX triplet: AD, 36 and 60. RGB value is (173,54,96). Sum of RGB (Red+Green+Blue) = 173+54+96=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3660 is #52C99F. Grayscale: #5E5E5E. Windows color (decimal): -5425568 or 6305453. OLE color: 6305453.

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

Color convert

RGB 173 54 96 -
CMYK 0 0.69 0.45 0.32
HSL 338.82º 0.52% 0.45% -
HSV(B) 338.82º 0.69% 0.68% -
XYZ 20.66 12.37 12.36 -
YUV 94.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 173 54 96 0 0.69 0.45 0.32 338.82 0.52 0.45
Hex AD 36 60 0 45 2D 20 153 34 2D
Octal 255 66 140 0 105 55 40 523 64 55
Binary 10101101 110110 1100000 0 1000101 101101 100000 101010011 110100 101101

Color Harmonies of #AD3660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3660

Black with #AD3660

Text Example


Text Example

White with #AD3660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3660; }

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

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

background-color css

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

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

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

border-color css

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

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

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