Html Css Color HEX #AD286C Rouge

📋 copy color: '#AD286C'

red 173 ◦ green 40 ◦ blue 108

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

Shades of Rouge #AD286C

Tints of Rouge #AD286C

RGB

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

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

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

R = 53.89%
G = 12.46%
B = 33.64%

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

#AD286C (or 0xAD286C) is known color: Rouge. HEX triplet: AD, 28 and 6C. RGB value is (173,40,108). Sum of RGB (Red+Green+Blue) = 173+40+108=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD286C is #52D793. Grayscale: #575757. Windows color (decimal): -5429140 or 7088301. OLE color: 7088301.

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

Color convert

RGB 173 40 108 -
CMYK 0 0.77 0.38 0.32
HSL 329.32º 0.62% 0.42% -
HSV(B) 329.32º 0.77% 0.68% -
XYZ 20.7 11.48 15.31 -
YUV 87.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 173 40 108 0 0.77 0.38 0.32 329.32 0.62 0.42
Hex AD 28 6C 0 4D 26 20 149 3E 2A
Octal 255 50 154 0 115 46 40 511 76 52
Binary 10101101 101000 1101100 0 1001101 100110 100000 101001001 111110 101010

Color Harmonies of #AD286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD286C

Black with #AD286C

Text Example


Text Example

White with #AD286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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