Html Css Color HEX #AD2866 Rouge

📋 copy color: '#AD2866'

red 173 ◦ green 40 ◦ blue 102

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

Shades of Rouge #AD2866

Tints of Rouge #AD2866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 54.92%
G = 12.7%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD2866 (or 0xAD2866) is known color: Rouge. HEX triplet: AD, 28 and 66. RGB value is (173,40,102). Sum of RGB (Red+Green+Blue) = 173+40+102=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2866 is #52D799. Grayscale: #565656. Windows color (decimal): -5429146 or 6695085. OLE color: 6695085.

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

Color convert

RGB 173 40 102 -
CMYK 0 0.77 0.41 0.32
HSL 332.03º 0.62% 0.42% -
HSV(B) 332.03º 0.77% 0.68% -
XYZ 20.39 11.36 13.69 -
YUV 86.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 173 40 102 0 0.77 0.41 0.32 332.03 0.62 0.42
Hex AD 28 66 0 4D 29 20 14C 3E 2A
Octal 255 50 146 0 115 51 40 514 76 52
Binary 10101101 101000 1100110 0 1001101 101001 100000 101001100 111110 101010

Color Harmonies of #AD2866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2866

Black with #AD2866

Text Example


Text Example

White with #AD2866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2866; }

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

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

background-color css

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

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

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

border-color css

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

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

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