Html Css Color HEX #AD2862 Rouge

📋 copy color: '#AD2862'

red 173 ◦ green 40 ◦ blue 98

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

Shades of Rouge #AD2862

Tints of Rouge #AD2862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 55.63%
G = 12.86%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD2862 (or 0xAD2862) is known color: Rouge. HEX triplet: AD, 28 and 62. RGB value is (173,40,98). Sum of RGB (Red+Green+Blue) = 173+40+98=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2862 is #52D79D. Grayscale: #565656. Windows color (decimal): -5429150 or 6432941. OLE color: 6432941.

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

Color convert

RGB 173 40 98 -
CMYK 0 0.77 0.43 0.32
HSL 333.83º 0.62% 0.42% -
HSV(B) 333.83º 0.77% 0.68% -
XYZ 20.2 11.28 12.67 -
YUV 86.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 173 40 98 0 0.77 0.43 0.32 333.83 0.62 0.42
Hex AD 28 62 0 4D 2B 20 14E 3E 2A
Octal 255 50 142 0 115 53 40 516 76 52
Binary 10101101 101000 1100010 0 1001101 101011 100000 101001110 111110 101010

Color Harmonies of #AD2862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2862

Black with #AD2862

Text Example


Text Example

White with #AD2862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2862; }

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

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

background-color css

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

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

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

border-color css

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

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

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