Html Css Color HEX #AD466B Rouge

📋 copy color: '#AD466B'

red 173 ◦ green 70 ◦ blue 107

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

Shades of Rouge #AD466B

Tints of Rouge #AD466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 49.43%
G = 20%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD466B (or 0xAD466B) is known color: Rouge. HEX triplet: AD, 46 and 6B. RGB value is (173,70,107). Sum of RGB (Red+Green+Blue) = 173+70+107=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD466B is #52B994. Grayscale: #686868. Windows color (decimal): -5421461 or 7030445. OLE color: 7030445.

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

Color convert

RGB 173 70 107 -
CMYK 0 0.60 0.38 0.32
HSL 338.45º 0.42% 0.48% -
HSV(B) 338.45º 0.6% 0.68% -
XYZ 22.08 14.33 15.51 -
YUV 105.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 173 70 107 0 0.60 0.38 0.32 338.45 0.42 0.48
Hex AD 46 6B 0 3C 26 20 152 2A 30
Octal 255 106 153 0 74 46 40 522 52 60
Binary 10101101 1000110 1101011 0 111100 100110 100000 101010010 101010 110000

Color Harmonies of #AD466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD466B

Black with #AD466B

Text Example


Text Example

White with #AD466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD466B; }

 p { color: rgb(173,70,107); }

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

background-color css

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

 a { background-color: rgb(173,70,107); }

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

border-color css

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

 span { border-color: rgb(173,70,107); }

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