Html Css Color HEX #AD3469 Rouge

📋 copy color: '#AD3469'

red 173 ◦ green 52 ◦ blue 105

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

Shades of Rouge #AD3469

Tints of Rouge #AD3469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 52.42%
G = 15.76%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD3469 (or 0xAD3469) is known color: Rouge. HEX triplet: AD, 34 and 69. RGB value is (173,52,105). Sum of RGB (Red+Green+Blue) = 173+52+105=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3469 is #52CB96. Grayscale: #5E5E5E. Windows color (decimal): -5426071 or 6894765. OLE color: 6894765.

HSL color Cylindrical-coordinate representation of color #AD3469: hue angle of 333.72º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3469 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 105 -
CMYK 0 0.70 0.39 0.32
HSL 333.72º 0.54% 0.44% -
HSV(B) 333.72º 0.7% 0.68% -
XYZ 21.01 12.36 14.64 -
YUV 94.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 173 52 105 0 0.70 0.39 0.32 333.72 0.54 0.44
Hex AD 34 69 0 46 27 20 14E 36 2C
Octal 255 64 151 0 106 47 40 516 66 54
Binary 10101101 110100 1101001 0 1000110 100111 100000 101001110 110110 101100

Color Harmonies of #AD3469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3469

Black with #AD3469

Text Example


Text Example

White with #AD3469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3469; }

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

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

background-color css

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

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

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

border-color css

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

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

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