Html Css Color HEX #AD335B Rouge

📋 copy color: '#AD335B'

red 173 ◦ green 51 ◦ blue 91

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

Shades of Rouge #AD335B

Tints of Rouge #AD335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 54.92%
G = 16.19%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD335B (or 0xAD335B) is known color: Rouge. HEX triplet: AD, 33 and 5B. RGB value is (173,51,91). Sum of RGB (Red+Green+Blue) = 173+51+91=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD335B is #52CCA4. Grayscale: #5C5C5C. Windows color (decimal): -5426341 or 5977005. OLE color: 5977005.

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

Color convert

RGB 173 51 91 -
CMYK 0 0.71 0.47 0.32
HSL 340.33º 0.54% 0.44% -
HSV(B) 340.33º 0.71% 0.68% -
XYZ 20.31 12.01 11.14 -
YUV 92.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 173 51 91 0 0.71 0.47 0.32 340.33 0.54 0.44
Hex AD 33 5B 0 47 2F 20 154 36 2C
Octal 255 63 133 0 107 57 40 524 66 54
Binary 10101101 110011 1011011 0 1000111 101111 100000 101010100 110110 101100

Color Harmonies of #AD335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD335B

Black with #AD335B

Text Example


Text Example

White with #AD335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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