Html Css Color HEX #AD3165 Rouge

📋 copy color: '#AD3165'

red 173 ◦ green 49 ◦ blue 101

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

Shades of Rouge #AD3165

Tints of Rouge #AD3165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

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

R = 53.56%
G = 15.17%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD3165 (or 0xAD3165) is known color: Rouge. HEX triplet: AD, 31 and 65. RGB value is (173,49,101). Sum of RGB (Red+Green+Blue) = 173+49+101=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3165 is #52CE9A. Grayscale: #5B5B5B. Windows color (decimal): -5426843 or 6631853. OLE color: 6631853.

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

Color convert

RGB 173 49 101 -
CMYK 0 0.72 0.42 0.32
HSL 334.84º 0.56% 0.44% -
HSV(B) 334.84º 0.72% 0.68% -
XYZ 20.68 12.02 13.54 -
YUV 92 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 173 49 101 0 0.72 0.42 0.32 334.84 0.56 0.44
Hex AD 31 65 0 48 2A 20 14F 38 2C
Octal 255 61 145 0 110 52 40 517 70 54
Binary 10101101 110001 1100101 0 1001000 101010 100000 101001111 111000 101100

Color Harmonies of #AD3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3165

Black with #AD3165

Text Example


Text Example

White with #AD3165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3165; }

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

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

background-color css

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

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

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

border-color css

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

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

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