Html Css Color HEX #AD356C Rouge

📋 copy color: '#AD356C'

red 173 ◦ green 53 ◦ blue 108

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

Shades of Rouge #AD356C

Tints of Rouge #AD356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 51.8%
G = 15.87%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD356C (or 0xAD356C) is known color: Rouge. HEX triplet: AD, 35 and 6C. RGB value is (173,53,108). Sum of RGB (Red+Green+Blue) = 173+53+108=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD356C is #52CA93. Grayscale: #5F5F5F. Windows color (decimal): -5425812 or 7091629. OLE color: 7091629.

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

Color convert

RGB 173 53 108 -
CMYK 0 0.69 0.38 0.32
HSL 332.5º 0.53% 0.44% -
HSV(B) 332.5º 0.69% 0.68% -
XYZ 21.21 12.51 15.48 -
YUV 95.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 173 53 108 0 0.69 0.38 0.32 332.5 0.53 0.44
Hex AD 35 6C 0 45 26 20 14C 35 2C
Octal 255 65 154 0 105 46 40 514 65 54
Binary 10101101 110101 1101100 0 1000101 100110 100000 101001100 110101 101100

Color Harmonies of #AD356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD356C

Black with #AD356C

Text Example


Text Example

White with #AD356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD356C; }

 p { color: rgb(173,53,108); }

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

background-color css

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

 a { background-color: rgb(173,53,108); }

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

border-color css

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

 span { border-color: rgb(173,53,108); }

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