Html Css Color HEX #AD416A Rouge

📋 copy color: '#AD416A'

red 173 ◦ green 65 ◦ blue 106

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

Shades of Rouge #AD416A

Tints of Rouge #AD416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 50.29%
G = 18.9%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD416A (or 0xAD416A) is known color: Rouge. HEX triplet: AD, 41 and 6A. RGB value is (173,65,106). Sum of RGB (Red+Green+Blue) = 173+65+106=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD416A is #52BE95. Grayscale: #656565. Windows color (decimal): -5422742 or 6963629. OLE color: 6963629.

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

Color convert

RGB 173 65 106 -
CMYK 0 0.62 0.39 0.32
HSL 337.22º 0.45% 0.47% -
HSV(B) 337.22º 0.62% 0.68% -
XYZ 21.73 13.71 15.14 -
YUV 101.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 173 65 106 0 0.62 0.39 0.32 337.22 0.45 0.47
Hex AD 41 6A 0 3E 27 20 151 2D 2F
Octal 255 101 152 0 76 47 40 521 55 57
Binary 10101101 1000001 1101010 0 111110 100111 100000 101010001 101101 101111

Color Harmonies of #AD416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD416A

Black with #AD416A

Text Example


Text Example

White with #AD416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD416A; }

 p { color: rgb(173,65,106); }

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

background-color css

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

 a { background-color: rgb(173,65,106); }

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

border-color css

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

 span { border-color: rgb(173,65,106); }

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