Html Css Color HEX #AD4362 Rouge

📋 copy color: '#AD4362'

red 173 ◦ green 67 ◦ blue 98

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

Shades of Rouge #AD4362

Tints of Rouge #AD4362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

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

R = 51.18%
G = 19.82%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD4362 (or 0xAD4362) is known color: Rouge. HEX triplet: AD, 43 and 62. RGB value is (173,67,98). Sum of RGB (Red+Green+Blue) = 173+67+98=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4362 is #52BC9D. Grayscale: #666666. Windows color (decimal): -5422238 or 6439853. OLE color: 6439853.

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

Color convert

RGB 173 67 98 -
CMYK 0 0.61 0.43 0.32
HSL 342.45º 0.44% 0.47% -
HSV(B) 342.45º 0.61% 0.68% -
XYZ 21.45 13.78 13.08 -
YUV 102.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 173 67 98 0 0.61 0.43 0.32 342.45 0.44 0.47
Hex AD 43 62 0 3D 2B 20 156 2C 2F
Octal 255 103 142 0 75 53 40 526 54 57
Binary 10101101 1000011 1100010 0 111101 101011 100000 101010110 101100 101111

Color Harmonies of #AD4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4362

Black with #AD4362

Text Example


Text Example

White with #AD4362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4362; }

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

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

background-color css

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

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

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

border-color css

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

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

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