Html Css Color HEX #AD3562 Rouge

📋 copy color: '#AD3562'

red 173 ◦ green 53 ◦ blue 98

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

Shades of Rouge #AD3562

Tints of Rouge #AD3562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 53.4%
G = 16.36%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD3562 (or 0xAD3562) is known color: Rouge. HEX triplet: AD, 35 and 62. RGB value is (173,53,98). Sum of RGB (Red+Green+Blue) = 173+53+98=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3562 is #52CA9D. Grayscale: #5D5D5D. Windows color (decimal): -5425822 or 6436269. OLE color: 6436269.

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

Color convert

RGB 173 53 98 -
CMYK 0 0.69 0.43 0.32
HSL 337.5º 0.53% 0.44% -
HSV(B) 337.5º 0.69% 0.68% -
XYZ 20.71 12.31 12.84 -
YUV 94.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 173 53 98 0 0.69 0.43 0.32 337.5 0.53 0.44
Hex AD 35 62 0 45 2B 20 152 35 2C
Octal 255 65 142 0 105 53 40 522 65 54
Binary 10101101 110101 1100010 0 1000101 101011 100000 101010010 110101 101100

Color Harmonies of #AD3562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3562

Black with #AD3562

Text Example


Text Example

White with #AD3562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3562; }

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

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

background-color css

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

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

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

border-color css

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

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

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