Html Css Color HEX #AD325D Rouge

📋 copy color: '#AD325D'

red 173 ◦ green 50 ◦ blue 93

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

Shades of Rouge #AD325D

Tints of Rouge #AD325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 54.75%
G = 15.82%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD325D (or 0xAD325D) is known color: Rouge. HEX triplet: AD, 32 and 5D. RGB value is (173,50,93). Sum of RGB (Red+Green+Blue) = 173+50+93=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD325D is #52CDA2. Grayscale: #5B5B5B. Windows color (decimal): -5426595 or 6107821. OLE color: 6107821.

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

Color convert

RGB 173 50 93 -
CMYK 0 0.71 0.46 0.32
HSL 339.02º 0.55% 0.44% -
HSV(B) 339.02º 0.71% 0.68% -
XYZ 20.35 11.96 11.59 -
YUV 91.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 173 50 93 0 0.71 0.46 0.32 339.02 0.55 0.44
Hex AD 32 5D 0 47 2E 20 153 37 2C
Octal 255 62 135 0 107 56 40 523 67 54
Binary 10101101 110010 1011101 0 1000111 101110 100000 101010011 110111 101100

Color Harmonies of #AD325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD325D

Black with #AD325D

Text Example


Text Example

White with #AD325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD325D; }

 p { color: rgb(173,50,93); }

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

background-color css

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

 a { background-color: rgb(173,50,93); }

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

border-color css

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

 span { border-color: rgb(173,50,93); }

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