Html Css Color HEX #AD3862 Rouge

📋 copy color: '#AD3862'

red 173 ◦ green 56 ◦ blue 98

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

Shades of Rouge #AD3862

Tints of Rouge #AD3862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

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

R = 52.91%
G = 17.13%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD3862 (or 0xAD3862) is known color: Rouge. HEX triplet: AD, 38 and 62. RGB value is (173,56,98). Sum of RGB (Red+Green+Blue) = 173+56+98=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3862 is #52C79D. Grayscale: #5F5F5F. Windows color (decimal): -5425054 or 6437037. OLE color: 6437037.

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

Color convert

RGB 173 56 98 -
CMYK 0 0.68 0.43 0.32
HSL 338.46º 0.51% 0.45% -
HSV(B) 338.46º 0.68% 0.68% -
XYZ 20.85 12.59 12.89 -
YUV 95.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 173 56 98 0 0.68 0.43 0.32 338.46 0.51 0.45
Hex AD 38 62 0 44 2B 20 152 33 2D
Octal 255 70 142 0 104 53 40 522 63 55
Binary 10101101 111000 1100010 0 1000100 101011 100000 101010010 110011 101101

Color Harmonies of #AD3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3862

Black with #AD3862

Text Example


Text Example

White with #AD3862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3862; }

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

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

background-color css

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

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

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

border-color css

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

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

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