Html Css Color HEX #AD346E Rouge

📋 copy color: '#AD346E'

red 173 ◦ green 52 ◦ blue 110

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

Shades of Rouge #AD346E

Tints of Rouge #AD346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 51.64%
G = 15.52%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD346E (or 0xAD346E) is known color: Rouge. HEX triplet: AD, 34 and 6E. RGB value is (173,52,110). Sum of RGB (Red+Green+Blue) = 173+52+110=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD346E is #52CB91. Grayscale: #5E5E5E. Windows color (decimal): -5426066 or 7222445. OLE color: 7222445.

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

Color convert

RGB 173 52 110 -
CMYK 0 0.70 0.36 0.32
HSL 331.24º 0.54% 0.44% -
HSV(B) 331.24º 0.7% 0.68% -
XYZ 21.28 12.47 16.04 -
YUV 94.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 173 52 110 0 0.70 0.36 0.32 331.24 0.54 0.44
Hex AD 34 6E 0 46 24 20 14B 36 2C
Octal 255 64 156 0 106 44 40 513 66 54
Binary 10101101 110100 1101110 0 1000110 100100 100000 101001011 110110 101100

Color Harmonies of #AD346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD346E

Black with #AD346E

Text Example


Text Example

White with #AD346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD346E; }

 p { color: rgb(173,52,110); }

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

background-color css

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

 a { background-color: rgb(173,52,110); }

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

border-color css

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

 span { border-color: rgb(173,52,110); }

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