Html Css Color HEX #AD325B Rouge

📋 copy color: '#AD325B'

red 173 ◦ green 50 ◦ blue 91

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

Shades of Rouge #AD325B

Tints of Rouge #AD325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 55.1%
G = 15.92%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD325B (or 0xAD325B) is known color: Rouge. HEX triplet: AD, 32 and 5B. RGB value is (173,50,91). Sum of RGB (Red+Green+Blue) = 173+50+91=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD325B is #52CDA4. Grayscale: #5B5B5B. Windows color (decimal): -5426597 or 5976749. OLE color: 5976749.

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

Color convert

RGB 173 50 91 -
CMYK 0 0.71 0.47 0.32
HSL 340º 0.55% 0.44% -
HSV(B) 340º 0.71% 0.68% -
XYZ 20.26 11.92 11.13 -
YUV 91.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 173 50 91 0 0.71 0.47 0.32 340 0.55 0.44
Hex AD 32 5B 0 47 2F 20 154 37 2C
Octal 255 62 133 0 107 57 40 524 67 54
Binary 10101101 110010 1011011 0 1000111 101111 100000 101010100 110111 101100

Color Harmonies of #AD325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD325B

Black with #AD325B

Text Example


Text Example

White with #AD325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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