Html Css Color HEX #AD3861 Rouge

📋 copy color: '#AD3861'

red 173 ◦ green 56 ◦ blue 97

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

Shades of Rouge #AD3861

Tints of Rouge #AD3861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 53.07%
G = 17.18%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD3861 (or 0xAD3861) is known color: Rouge. HEX triplet: AD, 38 and 61. RGB value is (173,56,97). Sum of RGB (Red+Green+Blue) = 173+56+97=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3861 is #52C79E. Grayscale: #5F5F5F. Windows color (decimal): -5425055 or 6371501. OLE color: 6371501.

HSL color Cylindrical-coordinate representation of color #AD3861: hue angle of 338.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3861 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 56 97 -
CMYK 0 0.68 0.44 0.32
HSL 338.97º 0.51% 0.45% -
HSV(B) 338.97º 0.68% 0.68% -
XYZ 20.81 12.58 12.64 -
YUV 95.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 173 56 97 0 0.68 0.44 0.32 338.97 0.51 0.45
Hex AD 38 61 0 44 2C 20 153 33 2D
Octal 255 70 141 0 104 54 40 523 63 55
Binary 10101101 111000 1100001 0 1000100 101100 100000 101010011 110011 101101

Color Harmonies of #AD3861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3861

Black with #AD3861

Text Example


Text Example

White with #AD3861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3861; }

 p { color: rgb(173,56,97); }

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

background-color css

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

 a { background-color: rgb(173,56,97); }

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

border-color css

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

 span { border-color: rgb(173,56,97); }

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