Html Css Color HEX #AD486B Rouge

📋 copy color: '#AD486B'

red 173 ◦ green 72 ◦ blue 107

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

Shades of Rouge #AD486B

Tints of Rouge #AD486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

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

R = 49.15%
G = 20.45%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD486B (or 0xAD486B) is known color: Rouge. HEX triplet: AD, 48 and 6B. RGB value is (173,72,107). Sum of RGB (Red+Green+Blue) = 173+72+107=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD486B is #52B794. Grayscale: #6A6A6A. Windows color (decimal): -5420949 or 7030957. OLE color: 7030957.

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

Color convert

RGB 173 72 107 -
CMYK 0 0.58 0.38 0.32
HSL 339.21º 0.41% 0.48% -
HSV(B) 339.21º 0.58% 0.68% -
XYZ 22.2 14.58 15.55 -
YUV 106.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 173 72 107 0 0.58 0.38 0.32 339.21 0.41 0.48
Hex AD 48 6B 0 3A 26 20 153 29 30
Octal 255 110 153 0 72 46 40 523 51 60
Binary 10101101 1001000 1101011 0 111010 100110 100000 101010011 101001 110000

Color Harmonies of #AD486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD486B

Black with #AD486B

Text Example


Text Example

White with #AD486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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