Html Css Color HEX #AD4765 Rouge

📋 copy color: '#AD4765'

red 173 ◦ green 71 ◦ blue 101

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

Shades of Rouge #AD4765

Tints of Rouge #AD4765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 50.14%
G = 20.58%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD4765 (or 0xAD4765) is known color: Rouge. HEX triplet: AD, 47 and 65. RGB value is (173,71,101). Sum of RGB (Red+Green+Blue) = 173+71+101=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4765 is #52B89A. Grayscale: #686868. Windows color (decimal): -5421211 or 6637485. OLE color: 6637485.

HSL color Cylindrical-coordinate representation of color #AD4765: hue angle of 342.35º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4765 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 71 101 -
CMYK 0 0.59 0.42 0.32
HSL 342.35º 0.42% 0.48% -
HSV(B) 342.35º 0.59% 0.68% -
XYZ 21.84 14.33 13.93 -
YUV 104.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 173 71 101 0 0.59 0.42 0.32 342.35 0.42 0.48
Hex AD 47 65 0 3B 2A 20 156 2A 30
Octal 255 107 145 0 73 52 40 526 52 60
Binary 10101101 1000111 1100101 0 111011 101010 100000 101010110 101010 110000

Color Harmonies of #AD4765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4765

Black with #AD4765

Text Example


Text Example

White with #AD4765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4765; }

 p { color: rgb(173,71,101); }

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

background-color css

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

 a { background-color: rgb(173,71,101); }

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

border-color css

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

 span { border-color: rgb(173,71,101); }

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