Html Css Color HEX #AD415F Rouge

📋 copy color: '#AD415F'

red 173 ◦ green 65 ◦ blue 95

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

Shades of Rouge #AD415F

Tints of Rouge #AD415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 51.95%
G = 19.52%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD415F (or 0xAD415F) is known color: Rouge. HEX triplet: AD, 41 and 5F. RGB value is (173,65,95). Sum of RGB (Red+Green+Blue) = 173+65+95=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD415F is #52BEA0. Grayscale: #646464. Windows color (decimal): -5422753 or 6242733. OLE color: 6242733.

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

Color convert

RGB 173 65 95 -
CMYK 0 0.62 0.45 0.32
HSL 343.33º 0.45% 0.47% -
HSV(B) 343.33º 0.62% 0.68% -
XYZ 21.19 13.49 12.31 -
YUV 100.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 173 65 95 0 0.62 0.45 0.32 343.33 0.45 0.47
Hex AD 41 5F 0 3E 2D 20 157 2D 2F
Octal 255 101 137 0 76 55 40 527 55 57
Binary 10101101 1000001 1011111 0 111110 101101 100000 101010111 101101 101111

Color Harmonies of #AD415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD415F

Black with #AD415F

Text Example


Text Example

White with #AD415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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