Html Css Color HEX #AD276C Rouge

📋 copy color: '#AD276C'

red 173 ◦ green 39 ◦ blue 108

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

Shades of Rouge #AD276C

Tints of Rouge #AD276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 54.06%
G = 12.19%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD276C (or 0xAD276C) is known color: Rouge. HEX triplet: AD, 27 and 6C. RGB value is (173,39,108). Sum of RGB (Red+Green+Blue) = 173+39+108=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD276C is #52D893. Grayscale: #565656. Windows color (decimal): -5429396 or 7088045. OLE color: 7088045.

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

Color convert

RGB 173 39 108 -
CMYK 0 0.77 0.38 0.32
HSL 329.1º 0.63% 0.42% -
HSV(B) 329.1º 0.77% 0.68% -
XYZ 20.67 11.42 15.3 -
YUV 86.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 173 39 108 0 0.77 0.38 0.32 329.1 0.63 0.42
Hex AD 27 6C 0 4D 26 20 149 3F 2A
Octal 255 47 154 0 115 46 40 511 77 52
Binary 10101101 100111 1101100 0 1001101 100110 100000 101001001 111111 101010

Color Harmonies of #AD276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD276C

Black with #AD276C

Text Example


Text Example

White with #AD276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD276C; }

 p { color: rgb(173,39,108); }

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

background-color css

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

 a { background-color: rgb(173,39,108); }

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

border-color css

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

 span { border-color: rgb(173,39,108); }

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