Html Css Color HEX #AD266C Rouge

📋 copy color: '#AD266C'

red 173 ◦ green 38 ◦ blue 108

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

Shades of Rouge #AD266C

Tints of Rouge #AD266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.91%

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

R = 54.23%
G = 11.91%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD266C (or 0xAD266C) is known color: Rouge. HEX triplet: AD, 26 and 6C. RGB value is (173,38,108). Sum of RGB (Red+Green+Blue) = 173+38+108=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD266C is #52D993. Grayscale: #565656. Windows color (decimal): -5429652 or 7087789. OLE color: 7087789.

HSL color Cylindrical-coordinate representation of color #AD266C: hue angle of 328.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD266C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 108 -
CMYK 0 0.78 0.38 0.32
HSL 328.89º 0.64% 0.41% -
HSV(B) 328.89º 0.78% 0.68% -
XYZ 20.63 11.35 15.29 -
YUV 86.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 173 38 108 0 0.78 0.38 0.32 328.89 0.64 0.41
Hex AD 26 6C 0 4E 26 20 149 40 29
Octal 255 46 154 0 116 46 40 511 100 51
Binary 10101101 100110 1101100 0 1001110 100110 100000 101001001 1000000 101001

Color Harmonies of #AD266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD266C

Black with #AD266C

Text Example


Text Example

White with #AD266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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