Html Css Color HEX #AD3663 Rouge

📋 copy color: '#AD3663'

red 173 ◦ green 54 ◦ blue 99

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

Shades of Rouge #AD3663

Tints of Rouge #AD3663

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 53.07%
G = 16.56%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD3663 (or 0xAD3663) is known color: Rouge. HEX triplet: AD, 36 and 63. RGB value is (173,54,99). Sum of RGB (Red+Green+Blue) = 173+54+99=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3663 is #52C99C. Grayscale: #5E5E5E. Windows color (decimal): -5425565 or 6502061. OLE color: 6502061.

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

Color convert

RGB 173 54 99 -
CMYK 0 0.69 0.43 0.32
HSL 337.31º 0.52% 0.45% -
HSV(B) 337.31º 0.69% 0.68% -
XYZ 20.8 12.42 13.11 -
YUV 94.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 173 54 99 0 0.69 0.43 0.32 337.31 0.52 0.45
Hex AD 36 63 0 45 2B 20 151 34 2D
Octal 255 66 143 0 105 53 40 521 64 55
Binary 10101101 110110 1100011 0 1000101 101011 100000 101010001 110100 101101

Color Harmonies of #AD3663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3663

Black with #AD3663

Text Example


Text Example

White with #AD3663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3663; }

 p { color: rgb(173,54,99); }

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

background-color css

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

 a { background-color: rgb(173,54,99); }

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

border-color css

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

 span { border-color: rgb(173,54,99); }

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