Html Css Color HEX #AD356A Rouge

📋 copy color: '#AD356A'

red 173 ◦ green 53 ◦ blue 106

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

Shades of Rouge #AD356A

Tints of Rouge #AD356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 52.11%
G = 15.96%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD356A (or 0xAD356A) is known color: Rouge. HEX triplet: AD, 35 and 6A. RGB value is (173,53,106). Sum of RGB (Red+Green+Blue) = 173+53+106=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD356A is #52CA95. Grayscale: #5E5E5E. Windows color (decimal): -5425814 or 6960557. OLE color: 6960557.

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

Color convert

RGB 173 53 106 -
CMYK 0 0.69 0.39 0.32
HSL 333.5º 0.53% 0.44% -
HSV(B) 333.5º 0.69% 0.68% -
XYZ 21.11 12.47 14.93 -
YUV 94.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 173 53 106 0 0.69 0.39 0.32 333.5 0.53 0.44
Hex AD 35 6A 0 45 27 20 14E 35 2C
Octal 255 65 152 0 105 47 40 516 65 54
Binary 10101101 110101 1101010 0 1000101 100111 100000 101001110 110101 101100

Color Harmonies of #AD356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD356A

Black with #AD356A

Text Example


Text Example

White with #AD356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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