Html Css Color HEX #AD3E66 Rouge

📋 copy color: '#AD3E66'

red 173 ◦ green 62 ◦ blue 102

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

Shades of Rouge #AD3E66

Tints of Rouge #AD3E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.4%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 51.34%
G = 18.4%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD3E66 (or 0xAD3E66) is known color: Rouge. HEX triplet: AD, 3E and 66. RGB value is (173,62,102). Sum of RGB (Red+Green+Blue) = 173+62+102=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3E66 is #52C199. Grayscale: #636363. Windows color (decimal): -5423514 or 6700717. OLE color: 6700717.

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

Color convert

RGB 173 62 102 -
CMYK 0 0.64 0.41 0.32
HSL 338.38º 0.47% 0.46% -
HSV(B) 338.38º 0.64% 0.68% -
XYZ 21.35 13.29 14.01 -
YUV 99.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 173 62 102 0 0.64 0.41 0.32 338.38 0.47 0.46
Hex AD 3E 66 0 40 29 20 152 2F 2E
Octal 255 76 146 0 100 51 40 522 57 56
Binary 10101101 111110 1100110 0 1000000 101001 100000 101010010 101111 101110

Color Harmonies of #AD3E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E66

Black with #AD3E66

Text Example


Text Example

White with #AD3E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E66; }

 p { color: rgb(173,62,102); }

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

background-color css

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

 a { background-color: rgb(173,62,102); }

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

border-color css

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

 span { border-color: rgb(173,62,102); }

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