Html Css Color HEX #AD2864 Rouge

📋 copy color: '#AD2864'

red 173 ◦ green 40 ◦ blue 100

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

Shades of Rouge #AD2864

Tints of Rouge #AD2864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 55.27%
G = 12.78%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD2864 (or 0xAD2864) is known color: Rouge. HEX triplet: AD, 28 and 64. RGB value is (173,40,100). Sum of RGB (Red+Green+Blue) = 173+40+100=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2864 is #52D79B. Grayscale: #565656. Windows color (decimal): -5429148 or 6564013. OLE color: 6564013.

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

Color convert

RGB 173 40 100 -
CMYK 0 0.77 0.42 0.32
HSL 332.93º 0.62% 0.42% -
HSV(B) 332.93º 0.77% 0.68% -
XYZ 20.29 11.32 13.17 -
YUV 86.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 173 40 100 0 0.77 0.42 0.32 332.93 0.62 0.42
Hex AD 28 64 0 4D 2A 20 14D 3E 2A
Octal 255 50 144 0 115 52 40 515 76 52
Binary 10101101 101000 1100100 0 1001101 101010 100000 101001101 111110 101010

Color Harmonies of #AD2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2864

Black with #AD2864

Text Example


Text Example

White with #AD2864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2864; }

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

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

background-color css

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

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

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

border-color css

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

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

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