Html Css Color HEX #AD356B Rouge

📋 copy color: '#AD356B'

red 173 ◦ green 53 ◦ blue 107

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

Shades of Rouge #AD356B

Tints of Rouge #AD356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 51.95%
G = 15.92%
B = 32.13%

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

#AD356B (or 0xAD356B) is known color: Rouge. HEX triplet: AD, 35 and 6B. RGB value is (173,53,107). Sum of RGB (Red+Green+Blue) = 173+53+107=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD356B is #52CA94. Grayscale: #5E5E5E. Windows color (decimal): -5425813 or 7026093. OLE color: 7026093.

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

Color convert

RGB 173 53 107 -
CMYK 0 0.69 0.38 0.32
HSL 333º 0.53% 0.44% -
HSV(B) 333º 0.69% 0.68% -
XYZ 21.16 12.49 15.21 -
YUV 95.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 173 53 107 0 0.69 0.38 0.32 333 0.53 0.44
Hex AD 35 6B 0 45 26 20 14D 35 2C
Octal 255 65 153 0 105 46 40 515 65 54
Binary 10101101 110101 1101011 0 1000101 100110 100000 101001101 110101 101100

Color Harmonies of #AD356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD356B

Black with #AD356B

Text Example


Text Example

White with #AD356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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