Html Css Color HEX #AD355F Rouge

📋 copy color: '#AD355F'

red 173 ◦ green 53 ◦ blue 95

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

Shades of Rouge #AD355F

Tints of Rouge #AD355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 53.89%
G = 16.51%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD355F (or 0xAD355F) is known color: Rouge. HEX triplet: AD, 35 and 5F. RGB value is (173,53,95). Sum of RGB (Red+Green+Blue) = 173+53+95=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD355F is #52CAA0. Grayscale: #5D5D5D. Windows color (decimal): -5425825 or 6239661. OLE color: 6239661.

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

Color convert

RGB 173 53 95 -
CMYK 0 0.69 0.45 0.32
HSL 339º 0.53% 0.44% -
HSV(B) 339º 0.69% 0.68% -
XYZ 20.57 12.26 12.11 -
YUV 93.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 173 53 95 0 0.69 0.45 0.32 339 0.53 0.44
Hex AD 35 5F 0 45 2D 20 153 35 2C
Octal 255 65 137 0 105 55 40 523 65 54
Binary 10101101 110101 1011111 0 1000101 101101 100000 101010011 110101 101100

Color Harmonies of #AD355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD355F

Black with #AD355F

Text Example


Text Example

White with #AD355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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