Html Css Color HEX #AD3561 Rouge

📋 copy color: '#AD3561'

red 173 ◦ green 53 ◦ blue 97

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

Shades of Rouge #AD3561

Tints of Rouge #AD3561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 53.56%
G = 16.41%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD3561 (or 0xAD3561) is known color: Rouge. HEX triplet: AD, 35 and 61. RGB value is (173,53,97). Sum of RGB (Red+Green+Blue) = 173+53+97=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3561 is #52CA9E. Grayscale: #5D5D5D. Windows color (decimal): -5425823 or 6370733. OLE color: 6370733.

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

Color convert

RGB 173 53 97 -
CMYK 0 0.69 0.44 0.32
HSL 338º 0.53% 0.44% -
HSV(B) 338º 0.69% 0.68% -
XYZ 20.66 12.29 12.59 -
YUV 93.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 173 53 97 0 0.69 0.44 0.32 338 0.53 0.44
Hex AD 35 61 0 45 2C 20 152 35 2C
Octal 255 65 141 0 105 54 40 522 65 54
Binary 10101101 110101 1100001 0 1000101 101100 100000 101010010 110101 101100

Color Harmonies of #AD3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3561

Black with #AD3561

Text Example


Text Example

White with #AD3561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3561; }

 p { color: rgb(173,53,97); }

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

background-color css

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

 a { background-color: rgb(173,53,97); }

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

border-color css

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

 span { border-color: rgb(173,53,97); }

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