Html Css Color HEX #AD336B Rouge

📋 copy color: '#AD336B'

red 173 ◦ green 51 ◦ blue 107

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

Shades of Rouge #AD336B

Tints of Rouge #AD336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 52.27%
G = 15.41%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD336B (or 0xAD336B) is known color: Rouge. HEX triplet: AD, 33 and 6B. RGB value is (173,51,107). Sum of RGB (Red+Green+Blue) = 173+51+107=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD336B is #52CC94. Grayscale: #5D5D5D. Windows color (decimal): -5426325 or 7025581. OLE color: 7025581.

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

Color convert

RGB 173 51 107 -
CMYK 0 0.71 0.38 0.32
HSL 332.46º 0.54% 0.44% -
HSV(B) 332.46º 0.71% 0.68% -
XYZ 21.07 12.31 15.18 -
YUV 93.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 173 51 107 0 0.71 0.38 0.32 332.46 0.54 0.44
Hex AD 33 6B 0 47 26 20 14C 36 2C
Octal 255 63 153 0 107 46 40 514 66 54
Binary 10101101 110011 1101011 0 1000111 100110 100000 101001100 110110 101100

Color Harmonies of #AD336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD336B

Black with #AD336B

Text Example


Text Example

White with #AD336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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