Html Css Color HEX #AD3367 Rouge

📋 copy color: '#AD3367'

red 173 ◦ green 51 ◦ blue 103

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

Shades of Rouge #AD3367

Tints of Rouge #AD3367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.5%

R = 52.91%
G = 15.6%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD3367 (or 0xAD3367) is known color: Rouge. HEX triplet: AD, 33 and 67. RGB value is (173,51,103). Sum of RGB (Red+Green+Blue) = 173+51+103=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3367 is #52CC98. Grayscale: #5D5D5D. Windows color (decimal): -5426329 or 6763437. OLE color: 6763437.

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

Color convert

RGB 173 51 103 -
CMYK 0 0.71 0.40 0.32
HSL 334.43º 0.54% 0.44% -
HSV(B) 334.43º 0.71% 0.68% -
XYZ 20.87 12.23 14.09 -
YUV 93.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 173 51 103 0 0.71 0.40 0.32 334.43 0.54 0.44
Hex AD 33 67 0 47 28 20 14E 36 2C
Octal 255 63 147 0 107 50 40 516 66 54
Binary 10101101 110011 1100111 0 1000111 101000 100000 101001110 110110 101100

Color Harmonies of #AD3367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3367

Black with #AD3367

Text Example


Text Example

White with #AD3367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3367; }

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

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

background-color css

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

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

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

border-color css

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

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

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