Html Css Color HEX #AD355C Rouge

📋 copy color: '#AD355C'

red 173 ◦ green 53 ◦ blue 92

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

Shades of Rouge #AD355C

Tints of Rouge #AD355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 54.4%
G = 16.67%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD355C (or 0xAD355C) is known color: Rouge. HEX triplet: AD, 35 and 5C. RGB value is (173,53,92). Sum of RGB (Red+Green+Blue) = 173+53+92=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD355C is #52CAA3. Grayscale: #5D5D5D. Windows color (decimal): -5425828 or 6043053. OLE color: 6043053.

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

Color convert

RGB 173 53 92 -
CMYK 0 0.69 0.47 0.32
HSL 340.5º 0.53% 0.44% -
HSV(B) 340.5º 0.69% 0.68% -
XYZ 20.44 12.2 11.4 -
YUV 93.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 173 53 92 0 0.69 0.47 0.32 340.5 0.53 0.44
Hex AD 35 5C 0 45 2F 20 154 35 2C
Octal 255 65 134 0 105 57 40 524 65 54
Binary 10101101 110101 1011100 0 1000101 101111 100000 101010100 110101 101100

Color Harmonies of #AD355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD355C

Black with #AD355C

Text Example


Text Example

White with #AD355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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