Html Css Color HEX #AD3969 Rouge

📋 copy color: '#AD3969'

red 173 ◦ green 57 ◦ blue 105

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

Shades of Rouge #AD3969

Tints of Rouge #AD3969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 105 (41.41% from 255) = 31.34%

R = 51.64%
G = 17.01%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD3969 (or 0xAD3969) is known color: Rouge. HEX triplet: AD, 39 and 69. RGB value is (173,57,105). Sum of RGB (Red+Green+Blue) = 173+57+105=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3969 is #52C696. Grayscale: #616161. Windows color (decimal): -5424791 or 6896045. OLE color: 6896045.

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

Color convert

RGB 173 57 105 -
CMYK 0 0.67 0.39 0.32
HSL 335.17º 0.5% 0.45% -
HSV(B) 335.17º 0.67% 0.68% -
XYZ 21.25 12.83 14.72 -
YUV 97.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 173 57 105 0 0.67 0.39 0.32 335.17 0.5 0.45
Hex AD 39 69 0 43 27 20 14F 32 2D
Octal 255 71 151 0 103 47 40 517 62 55
Binary 10101101 111001 1101001 0 1000011 100111 100000 101001111 110010 101101

Color Harmonies of #AD3969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3969

Black with #AD3969

Text Example


Text Example

White with #AD3969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3969; }

 p { color: rgb(173,57,105); }

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

background-color css

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

 a { background-color: rgb(173,57,105); }

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

border-color css

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

 span { border-color: rgb(173,57,105); }

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