Html Css Color HEX #AD486F Royal Heath

📋 copy color: '#AD486F'

red 173 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #AD486F

Tints of Royal Heath #AD486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 48.6%
G = 20.22%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD486F (or 0xAD486F) is known color: Royal Heath. HEX triplet: AD, 48 and 6F. RGB value is (173,72,111). Sum of RGB (Red+Green+Blue) = 173+72+111=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD486F is #52B790. Grayscale: #6A6A6A. Windows color (decimal): -5420945 or 7293101. OLE color: 7293101.

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

Color convert

RGB 173 72 111 -
CMYK 0 0.58 0.36 0.32
HSL 336.83º 0.41% 0.48% -
HSV(B) 336.83º 0.58% 0.68% -
XYZ 22.42 14.67 16.69 -
YUV 106.65 130.46 175.33 -
System Red Green Blue C M Y K H S L
Decimal 173 72 111 0 0.58 0.36 0.32 336.83 0.41 0.48
Hex AD 48 6F 0 3A 24 20 151 29 30
Octal 255 110 157 0 72 44 40 521 51 60
Binary 10101101 1001000 1101111 0 111010 100100 100000 101010001 101001 110000

Color Harmonies of #AD486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD486F

Black with #AD486F

Text Example


Text Example

White with #AD486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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