Html Css Color HEX #AD2668 Rouge

📋 copy color: '#AD2668'

red 173 ◦ green 38 ◦ blue 104

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

Shades of Rouge #AD2668

Tints of Rouge #AD2668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 54.92%
G = 12.06%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD2668 (or 0xAD2668) is known color: Rouge. HEX triplet: AD, 26 and 68. RGB value is (173,38,104). Sum of RGB (Red+Green+Blue) = 173+38+104=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2668 is #52D997. Grayscale: #555555. Windows color (decimal): -5429656 or 6825645. OLE color: 6825645.

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

Color convert

RGB 173 38 104 -
CMYK 0 0.78 0.40 0.32
HSL 330.67º 0.64% 0.41% -
HSV(B) 330.67º 0.78% 0.68% -
XYZ 20.43 11.27 14.2 -
YUV 85.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 173 38 104 0 0.78 0.40 0.32 330.67 0.64 0.41
Hex AD 26 68 0 4E 28 20 14B 40 29
Octal 255 46 150 0 116 50 40 513 100 51
Binary 10101101 100110 1101000 0 1001110 101000 100000 101001011 1000000 101001

Color Harmonies of #AD2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2668

Black with #AD2668

Text Example


Text Example

White with #AD2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2668; }

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

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

background-color css

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

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

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

border-color css

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

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

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