Html Css Color HEX #AD4061 Rouge

📋 copy color: '#AD4061'

red 173 ◦ green 64 ◦ blue 97

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

Shades of Rouge #AD4061

Tints of Rouge #AD4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 51.8%
G = 19.16%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD4061 (or 0xAD4061) is known color: Rouge. HEX triplet: AD, 40 and 61. RGB value is (173,64,97). Sum of RGB (Red+Green+Blue) = 173+64+97=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4061 is #52BF9E. Grayscale: #646464. Windows color (decimal): -5423007 or 6373549. OLE color: 6373549.

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

Color convert

RGB 173 64 97 -
CMYK 0 0.63 0.44 0.32
HSL 341.83º 0.46% 0.46% -
HSV(B) 341.83º 0.63% 0.68% -
XYZ 21.22 13.41 12.78 -
YUV 100.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 173 64 97 0 0.63 0.44 0.32 341.83 0.46 0.46
Hex AD 40 61 0 3F 2C 20 156 2E 2E
Octal 255 100 141 0 77 54 40 526 56 56
Binary 10101101 1000000 1100001 0 111111 101100 100000 101010110 101110 101110

Color Harmonies of #AD4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4061

Black with #AD4061

Text Example


Text Example

White with #AD4061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4061; }

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

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

background-color css

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

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

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

border-color css

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

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

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