Html Css Color HEX #AD486A Rouge

📋 copy color: '#AD486A'

red 173 ◦ green 72 ◦ blue 106

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

Shades of Rouge #AD486A

Tints of Rouge #AD486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 49.29%
G = 20.51%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD486A (or 0xAD486A) is known color: Rouge. HEX triplet: AD, 48 and 6A. RGB value is (173,72,106). Sum of RGB (Red+Green+Blue) = 173+72+106=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD486A is #52B795. Grayscale: #6A6A6A. Windows color (decimal): -5420950 or 6965421. OLE color: 6965421.

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

Color convert

RGB 173 72 106 -
CMYK 0 0.58 0.39 0.32
HSL 339.8º 0.41% 0.48% -
HSV(B) 339.8º 0.58% 0.68% -
XYZ 22.15 14.56 15.28 -
YUV 106.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 173 72 106 0 0.58 0.39 0.32 339.8 0.41 0.48
Hex AD 48 6A 0 3A 27 20 154 29 30
Octal 255 110 152 0 72 47 40 524 51 60
Binary 10101101 1001000 1101010 0 111010 100111 100000 101010100 101001 110000

Color Harmonies of #AD486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD486A

Black with #AD486A

Text Example


Text Example

White with #AD486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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