Html Css Color HEX #AD4161 Rouge

📋 copy color: '#AD4161'

red 173 ◦ green 65 ◦ blue 97

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

Shades of Rouge #AD4161

Tints of Rouge #AD4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 97 (38.28% from 255) = 28.96%

R = 51.64%
G = 19.4%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD4161 (or 0xAD4161) is known color: Rouge. HEX triplet: AD, 41 and 61. RGB value is (173,65,97). Sum of RGB (Red+Green+Blue) = 173+65+97=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4161 is #52BE9E. Grayscale: #646464. Windows color (decimal): -5422751 or 6373805. OLE color: 6373805.

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

Color convert

RGB 173 65 97 -
CMYK 0 0.62 0.44 0.32
HSL 342.22º 0.45% 0.47% -
HSV(B) 342.22º 0.62% 0.68% -
XYZ 21.28 13.53 12.8 -
YUV 100.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 173 65 97 0 0.62 0.44 0.32 342.22 0.45 0.47
Hex AD 41 61 0 3E 2C 20 156 2D 2F
Octal 255 101 141 0 76 54 40 526 55 57
Binary 10101101 1000001 1100001 0 111110 101100 100000 101010110 101101 101111

Color Harmonies of #AD4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4161

Black with #AD4161

Text Example


Text Example

White with #AD4161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4161; }

 p { color: rgb(173,65,97); }

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

background-color css

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

 a { background-color: rgb(173,65,97); }

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

border-color css

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

 span { border-color: rgb(173,65,97); }

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