Html Css Color HEX #AD3669 Rouge

📋 copy color: '#AD3669'

red 173 ◦ green 54 ◦ blue 105

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

Shades of Rouge #AD3669

Tints of Rouge #AD3669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 52.11%
G = 16.27%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD3669 (or 0xAD3669) is known color: Rouge. HEX triplet: AD, 36 and 69. RGB value is (173,54,105). Sum of RGB (Red+Green+Blue) = 173+54+105=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3669 is #52C996. Grayscale: #5F5F5F. Windows color (decimal): -5425559 or 6895277. OLE color: 6895277.

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

Color convert

RGB 173 54 105 -
CMYK 0 0.69 0.39 0.32
HSL 334.29º 0.52% 0.45% -
HSV(B) 334.29º 0.69% 0.68% -
XYZ 21.1 12.54 14.67 -
YUV 95.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 173 54 105 0 0.69 0.39 0.32 334.29 0.52 0.45
Hex AD 36 69 0 45 27 20 14E 34 2D
Octal 255 66 151 0 105 47 40 516 64 55
Binary 10101101 110110 1101001 0 1000101 100111 100000 101001110 110100 101101

Color Harmonies of #AD3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3669

Black with #AD3669

Text Example


Text Example

White with #AD3669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3669; }

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

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

background-color css

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

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

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

border-color css

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

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

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