Html Css Color HEX #AD3766 Rouge

📋 copy color: '#AD3766'

red 173 ◦ green 55 ◦ blue 102

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

Shades of Rouge #AD3766

Tints of Rouge #AD3766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 52.42%
G = 16.67%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD3766 (or 0xAD3766) is known color: Rouge. HEX triplet: AD, 37 and 66. RGB value is (173,55,102). Sum of RGB (Red+Green+Blue) = 173+55+102=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3766 is #52C899. Grayscale: #5F5F5F. Windows color (decimal): -5425306 or 6698925. OLE color: 6698925.

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

Color convert

RGB 173 55 102 -
CMYK 0 0.68 0.41 0.32
HSL 336.1º 0.52% 0.45% -
HSV(B) 336.1º 0.68% 0.68% -
XYZ 21 12.58 13.89 -
YUV 95.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 173 55 102 0 0.68 0.41 0.32 336.1 0.52 0.45
Hex AD 37 66 0 44 29 20 150 34 2D
Octal 255 67 146 0 104 51 40 520 64 55
Binary 10101101 110111 1100110 0 1000100 101001 100000 101010000 110100 101101

Color Harmonies of #AD3766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3766

Black with #AD3766

Text Example


Text Example

White with #AD3766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3766; }

 p { color: rgb(173,55,102); }

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

background-color css

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

 a { background-color: rgb(173,55,102); }

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

border-color css

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

 span { border-color: rgb(173,55,102); }

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