Html Css Color HEX #AD325A Rouge

📋 copy color: '#AD325A'

red 173 ◦ green 50 ◦ blue 90

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

Shades of Rouge #AD325A

Tints of Rouge #AD325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 55.27%
G = 15.97%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD325A (or 0xAD325A) is known color: Rouge. HEX triplet: AD, 32 and 5A. RGB value is (173,50,90). Sum of RGB (Red+Green+Blue) = 173+50+90=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD325A is #52CDA5. Grayscale: #5B5B5B. Windows color (decimal): -5426598 or 5911213. OLE color: 5911213.

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

Color convert

RGB 173 50 90 -
CMYK 0 0.71 0.48 0.32
HSL 340.49º 0.55% 0.44% -
HSV(B) 340.49º 0.71% 0.68% -
XYZ 20.22 11.9 10.9 -
YUV 91.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 173 50 90 0 0.71 0.48 0.32 340.49 0.55 0.44
Hex AD 32 5A 0 47 30 20 154 37 2C
Octal 255 62 132 0 107 60 40 524 67 54
Binary 10101101 110010 1011010 0 1000111 110000 100000 101010100 110111 101100

Color Harmonies of #AD325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD325A

Black with #AD325A

Text Example


Text Example

White with #AD325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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