Html Css Color HEX #AD2965 Rouge

📋 copy color: '#AD2965'

red 173 ◦ green 41 ◦ blue 101

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

Shades of Rouge #AD2965

Tints of Rouge #AD2965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 54.92%
G = 13.02%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD2965 (or 0xAD2965) is known color: Rouge. HEX triplet: AD, 29 and 65. RGB value is (173,41,101). Sum of RGB (Red+Green+Blue) = 173+41+101=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2965 is #52D69A. Grayscale: #575757. Windows color (decimal): -5428891 or 6629805. OLE color: 6629805.

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

Color convert

RGB 173 41 101 -
CMYK 0 0.76 0.42 0.32
HSL 332.73º 0.62% 0.42% -
HSV(B) 332.73º 0.76% 0.68% -
XYZ 20.38 11.41 13.44 -
YUV 87.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 173 41 101 0 0.76 0.42 0.32 332.73 0.62 0.42
Hex AD 29 65 0 4C 2A 20 14D 3E 2A
Octal 255 51 145 0 114 52 40 515 76 52
Binary 10101101 101001 1100101 0 1001100 101010 100000 101001101 111110 101010

Color Harmonies of #AD2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2965

Black with #AD2965

Text Example


Text Example

White with #AD2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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