Html Css Color HEX #AD336A Rouge

📋 copy color: '#AD336A'

red 173 ◦ green 51 ◦ blue 106

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

Shades of Rouge #AD336A

Tints of Rouge #AD336A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 52.42%
G = 15.45%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD336A (or 0xAD336A) is known color: Rouge. HEX triplet: AD, 33 and 6A. RGB value is (173,51,106). Sum of RGB (Red+Green+Blue) = 173+51+106=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD336A is #52CC95. Grayscale: #5D5D5D. Windows color (decimal): -5426326 or 6960045. OLE color: 6960045.

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

Color convert

RGB 173 51 106 -
CMYK 0 0.71 0.39 0.32
HSL 332.95º 0.54% 0.44% -
HSV(B) 332.95º 0.71% 0.68% -
XYZ 21.02 12.29 14.9 -
YUV 93.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 173 51 106 0 0.71 0.39 0.32 332.95 0.54 0.44
Hex AD 33 6A 0 47 27 20 14D 36 2C
Octal 255 63 152 0 107 47 40 515 66 54
Binary 10101101 110011 1101010 0 1000111 100111 100000 101001101 110110 101100

Color Harmonies of #AD336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD336A

Black with #AD336A

Text Example


Text Example

White with #AD336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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