Html Css Color HEX #AD3F65 Rouge

📋 copy color: '#AD3F65'

red 173 ◦ green 63 ◦ blue 101

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

Shades of Rouge #AD3F65

Tints of Rouge #AD3F65

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

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

R = 51.34%
G = 18.69%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD3F65 (or 0xAD3F65) is known color: Rouge. HEX triplet: AD, 3F and 65. RGB value is (173,63,101). Sum of RGB (Red+Green+Blue) = 173+63+101=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3F65 is #52C09A. Grayscale: #646464. Windows color (decimal): -5423259 or 6635437. OLE color: 6635437.

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

Color convert

RGB 173 63 101 -
CMYK 0 0.64 0.42 0.32
HSL 339.27º 0.47% 0.46% -
HSV(B) 339.27º 0.64% 0.68% -
XYZ 21.36 13.38 13.77 -
YUV 100.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 173 63 101 0 0.64 0.42 0.32 339.27 0.47 0.46
Hex AD 3F 65 0 40 2A 20 153 2F 2E
Octal 255 77 145 0 100 52 40 523 57 56
Binary 10101101 111111 1100101 0 1000000 101010 100000 101010011 101111 101110

Color Harmonies of #AD3F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F65

Black with #AD3F65

Text Example


Text Example

White with #AD3F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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