Html Css Color HEX #AD356E Rouge

📋 copy color: '#AD356E'

red 173 ◦ green 53 ◦ blue 110

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

Shades of Rouge #AD356E

Tints of Rouge #AD356E

RGB

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

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

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

R = 51.49%
G = 15.77%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD356E (or 0xAD356E) is known color: Rouge. HEX triplet: AD, 35 and 6E. RGB value is (173,53,110). Sum of RGB (Red+Green+Blue) = 173+53+110=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD356E is #52CA91. Grayscale: #5F5F5F. Windows color (decimal): -5425810 or 7222701. OLE color: 7222701.

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

Color convert

RGB 173 53 110 -
CMYK 0 0.69 0.36 0.32
HSL 331.5º 0.53% 0.44% -
HSV(B) 331.5º 0.69% 0.68% -
XYZ 21.32 12.56 16.05 -
YUV 95.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 173 53 110 0 0.69 0.36 0.32 331.5 0.53 0.44
Hex AD 35 6E 0 45 24 20 14C 35 2C
Octal 255 65 156 0 105 44 40 514 65 54
Binary 10101101 110101 1101110 0 1000101 100100 100000 101001100 110101 101100

Color Harmonies of #AD356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD356E

Black with #AD356E

Text Example


Text Example

White with #AD356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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