Html Css Color HEX #AD2961 Rouge

📋 copy color: '#AD2961'

red 173 ◦ green 41 ◦ blue 97

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

Shades of Rouge #AD2961

Tints of Rouge #AD2961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 55.63%
G = 13.18%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD2961 (or 0xAD2961) is known color: Rouge. HEX triplet: AD, 29 and 61. RGB value is (173,41,97). Sum of RGB (Red+Green+Blue) = 173+41+97=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2961 is #52D69E. Grayscale: #565656. Windows color (decimal): -5428895 or 6367661. OLE color: 6367661.

HSL color Cylindrical-coordinate representation of color #AD2961: hue angle of 334.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2961 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 41 97 -
CMYK 0 0.76 0.44 0.32
HSL 334.55º 0.62% 0.42% -
HSV(B) 334.55º 0.76% 0.68% -
XYZ 20.18 11.33 12.43 -
YUV 86.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 173 41 97 0 0.76 0.44 0.32 334.55 0.62 0.42
Hex AD 29 61 0 4C 2C 20 14F 3E 2A
Octal 255 51 141 0 114 54 40 517 76 52
Binary 10101101 101001 1100001 0 1001100 101100 100000 101001111 111110 101010

Color Harmonies of #AD2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2961

Black with #AD2961

Text Example


Text Example

White with #AD2961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2961; }

 p { color: rgb(173,41,97); }

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

background-color css

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

 a { background-color: rgb(173,41,97); }

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

border-color css

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

 span { border-color: rgb(173,41,97); }

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