Html Css Color HEX #AD3565 Rouge

📋 copy color: '#AD3565'

red 173 ◦ green 53 ◦ blue 101

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

Shades of Rouge #AD3565

Tints of Rouge #AD3565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 52.91%
G = 16.21%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD3565 (or 0xAD3565) is known color: Rouge. HEX triplet: AD, 35 and 65. RGB value is (173,53,101). Sum of RGB (Red+Green+Blue) = 173+53+101=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3565 is #52CA9A. Grayscale: #5E5E5E. Windows color (decimal): -5425819 or 6632877. OLE color: 6632877.

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

Color convert

RGB 173 53 101 -
CMYK 0 0.69 0.42 0.32
HSL 336º 0.53% 0.44% -
HSV(B) 336º 0.69% 0.68% -
XYZ 20.86 12.37 13.6 -
YUV 94.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 173 53 101 0 0.69 0.42 0.32 336 0.53 0.44
Hex AD 35 65 0 45 2A 20 150 35 2C
Octal 255 65 145 0 105 52 40 520 65 54
Binary 10101101 110101 1100101 0 1000101 101010 100000 101010000 110101 101100

Color Harmonies of #AD3565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3565

Black with #AD3565

Text Example


Text Example

White with #AD3565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3565; }

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

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

background-color css

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

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

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

border-color css

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

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

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