Html Css Color HEX #AD4160 Rouge

📋 copy color: '#AD4160'

red 173 ◦ green 65 ◦ blue 96

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

Shades of Rouge #AD4160

Tints of Rouge #AD4160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 51.8%
G = 19.46%
B = 28.74%

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

#AD4160 (or 0xAD4160) is known color: Rouge. HEX triplet: AD, 41 and 60. RGB value is (173,65,96). Sum of RGB (Red+Green+Blue) = 173+65+96=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4160 is #52BE9F. Grayscale: #646464. Windows color (decimal): -5422752 or 6308269. OLE color: 6308269.

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

Color convert

RGB 173 65 96 -
CMYK 0 0.62 0.45 0.32
HSL 342.78º 0.45% 0.47% -
HSV(B) 342.78º 0.62% 0.68% -
XYZ 21.24 13.51 12.55 -
YUV 100.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 173 65 96 0 0.62 0.45 0.32 342.78 0.45 0.47
Hex AD 41 60 0 3E 2D 20 157 2D 2F
Octal 255 101 140 0 76 55 40 527 55 57
Binary 10101101 1000001 1100000 0 111110 101101 100000 101010111 101101 101111

Color Harmonies of #AD4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4160

Black with #AD4160

Text Example


Text Example

White with #AD4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4160; }

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

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

background-color css

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

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

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

border-color css

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

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

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