Html Css Color HEX #AD2D63 Rouge

📋 copy color: '#AD2D63'

red 173 ◦ green 45 ◦ blue 99

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

Shades of Rouge #AD2D63

Tints of Rouge #AD2D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 54.57%
G = 14.2%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD2D63 (or 0xAD2D63) is known color: Rouge. HEX triplet: AD, 2D and 63. RGB value is (173,45,99). Sum of RGB (Red+Green+Blue) = 173+45+99=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2D63 is #52D29C. Grayscale: #595959. Windows color (decimal): -5427869 or 6499757. OLE color: 6499757.

HSL color Cylindrical-coordinate representation of color #AD2D63: hue angle of 334.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD2D63 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 45 99 -
CMYK 0 0.74 0.43 0.32
HSL 334.69º 0.59% 0.43% -
HSV(B) 334.69º 0.74% 0.68% -
XYZ 20.42 11.66 12.98 -
YUV 89.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 173 45 99 0 0.74 0.43 0.32 334.69 0.59 0.43
Hex AD 2D 63 0 4A 2B 20 14F 3B 2B
Octal 255 55 143 0 112 53 40 517 73 53
Binary 10101101 101101 1100011 0 1001010 101011 100000 101001111 111011 101011

Color Harmonies of #AD2D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D63

Black with #AD2D63

Text Example


Text Example

White with #AD2D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D63; }

 p { color: rgb(173,45,99); }

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

background-color css

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

 a { background-color: rgb(173,45,99); }

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

border-color css

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

 span { border-color: rgb(173,45,99); }

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